Property | Type | Description |
---|
Method | Description | |
---|---|---|
Execute ( ) : void |
Executes the interface mixin command using the arguments passed into the constuctor.
|
|
InterfaceMixinWeaver ( Mono.Cecil.TypeDefinition interfaceType, Mono.Cecil.TypeDefinition mixinType, Mono.Cecil.TypeDefinition target ) : System |
Creates a new InterfaceMixinWeaver.
|
public InterfaceMixinWeaver ( Mono.Cecil.TypeDefinition interfaceType, Mono.Cecil.TypeDefinition mixinType, Mono.Cecil.TypeDefinition target ) : System | ||
interfaceType | Mono.Cecil.TypeDefinition | Interface which will be added to the |
mixinType | Mono.Cecil.TypeDefinition | Type whose implementation will be cloned into the |
target | Mono.Cecil.TypeDefinition | Type which will be modified by this command invocation. |
return | System |