Method | Description | |
---|---|---|
CreateType ( string typeName, string namespaceName, |
Creates a class type.
|
Method | Description | |
---|---|---|
AddInterfaces ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition containerType ) : void |
Adds additional interfaces to the target type.
|
protected AddInterfaces ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition containerType ) : void | ||
module | Mono.Cecil.ModuleDefinition | The host module. |
containerType | Mono.Cecil.TypeDefinition | The container type. |
return | void |
public CreateType ( string typeName, string namespaceName, |
||
typeName | string | The class name. |
namespaceName | string | The namespace name. |
baseType | The base type | |
assembly | The assembly that will contain the type | |
return | Mono.Cecil.TypeDefinition |