Method | Description | |
---|---|---|
AddAdditionalMembers ( Mono.Cecil.ModuleDefinition host ) : void |
Adds additional members to the target module.
|
|
ImplementFieldInterceptionHostWeaver ( bool>.Func |
Initializes a new instance of the ImplementFieldInterceptionHostWeaver class.
|
|
ImportReferences ( Mono.Cecil.ModuleDefinition module ) : void |
Imports references into the target module.
|
|
ShouldWeave ( Mono.Cecil.TypeDefinition item ) : bool |
Determines whether or not a type should be modified.
|
|
Weave ( Mono.Cecil.TypeDefinition type ) : void |
Modifies the target type.
|
public AddAdditionalMembers ( Mono.Cecil.ModuleDefinition host ) : void | ||
host | Mono.Cecil.ModuleDefinition | The host module. |
return | void |
public ImplementFieldInterceptionHostWeaver ( bool>.Func |
||
filter | bool>.Func | The filter that determines which types should be modified. |
return | System |
public ImportReferences ( Mono.Cecil.ModuleDefinition module ) : void | ||
module | Mono.Cecil.ModuleDefinition | The module containing the type to be modified. |
return | void |
public ShouldWeave ( Mono.Cecil.TypeDefinition item ) : bool | ||
item | Mono.Cecil.TypeDefinition | |
return | bool |
public Weave ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | The type to be modified. |
return | void |