Метод | Описание | |
---|---|---|
Construct ( |
Generates a proxy that forwards all virtual method calls to a single IInterceptor instance.
|
Метод | Описание | |
---|---|---|
DefineSerializationConstructor ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition targetType ) : void | ||
ImplementGetObjectData ( |
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 |
Результат | void |