RequireAspectWeaverAttribute(string)
Initializes a new instance of the RequireAspectWeaverAttribute class.
Declaration
public RequireAspectWeaverAttribute(string weaverType)
Parameters
Type | Name | Description |
---|---|---|
string | weaverType | Full name (namespace and name but not assembly name) of the type implementing the aspect. This type must implement the
|
RequireAspectWeaverAttribute(Type)
Initializes a new instance of the RequireAspectWeaverAttribute class.
Declaration
public RequireAspectWeaverAttribute(Type weaverType)
Parameters
Type | Name | Description |
---|---|---|
Type | weaverType | The type implementing the aspect. This type must implement the
|