Method | Description | |
---|---|---|
Construct ( |
Generates a proxy that forwards all virtual method calls to a single IInterceptor instance.
|
|
Initialize ( IServiceContainer source ) : void |
Initializes the current instance with the source container.
|
|
ProxyBuilder ( ) : System |
Initializes the current class with the default values.
|
public Construct ( |
||
originalBaseType | The base class of the type being constructed. | |
baseInterfaces | IEnumerable |
The list of interfaces that the new type must implement. |
module | Mono.Cecil.ModuleDefinition | The module that will hold the brand new type. |
targetType | Mono.Cecil.TypeDefinition | The |
return | void |
public Initialize ( IServiceContainer source ) : void | ||
source | IServiceContainer | The |
return | void |