Property | Type | Description |
---|
Method | Description | |
---|---|---|
Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void |
Initializes the command using context and configuration information.
|
|
Weave ( IWeavingContext weavingContext, Mono.Cecil.TypeDefinition target, |
Applies the weave to a target type.
|
public Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void | ||
weavingContext | IWeavingContext | Context information for configuration. |
weaveConfig | WeaveConfigTypeBase | Command configuration information. For this command type, the value must be of type |
return | void |
public Weave ( IWeavingContext weavingContext, Mono.Cecil.TypeDefinition target, |
||
weavingContext | IWeavingContext | Context data for weaving. |
target | Mono.Cecil.TypeDefinition | The type to which the weave will be applied/ |
weaveAttribute | Attribute that may contain arguments for the weave invocation. This must be of type |
|
return | void |