Property | Type | Description | |
---|---|---|---|
generic_parameters | Collection |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetElementType ( ) : |
||
Resolve ( ) : Mono.Cecil.TypeDefinition | ||
TypeReference ( string @namespace, string name, Mono.Cecil.ModuleDefinition module, IMetadataScope scope ) : System | ||
TypeReference ( string @namespace, string name, Mono.Cecil.ModuleDefinition module, IMetadataScope scope, bool valueType ) : System |
Method | Description | |
---|---|---|
ClearFullName ( ) : void | ||
ResolveDefinition ( ) : IMemberDefinition | ||
TypeReference ( string @namespace, string name ) : System |
public Resolve ( ) : Mono.Cecil.TypeDefinition | ||
return | Mono.Cecil.TypeDefinition |
protected ResolveDefinition ( ) : IMemberDefinition | ||
return | IMemberDefinition |
protected TypeReference ( string @namespace, string name ) : System | ||
@namespace | string | |
name | string | |
return | System |
public TypeReference ( string @namespace, string name, Mono.Cecil.ModuleDefinition module, IMetadataScope scope ) : System | ||
@namespace | string | |
name | string | |
module | Mono.Cecil.ModuleDefinition | |
scope | IMetadataScope | |
return | System |
public TypeReference ( string @namespace, string name, Mono.Cecil.ModuleDefinition module, IMetadataScope scope, bool valueType ) : System | ||
@namespace | string | |
name | string | |
module | Mono.Cecil.ModuleDefinition | |
scope | IMetadataScope | |
valueType | bool | |
return | System |