Свойство | Тип | Описание | |
---|---|---|---|
generic_parameters | Collection |
Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
ClearFullName ( ) : void | ||
ResolveDefinition ( ) : IMemberDefinition | ||
TypeReference ( string @namespace, string name ) : System |
public Resolve ( ) : Mono.Cecil.TypeDefinition | ||
Результат | Mono.Cecil.TypeDefinition |
protected ResolveDefinition ( ) : IMemberDefinition | ||
Результат | IMemberDefinition |
protected TypeReference ( string @namespace, string name ) : System | ||
@namespace | string | |
name | string | |
Результат | System |
public TypeReference ( string @namespace, string name, Mono.Cecil.ModuleDefinition module, IMetadataScope scope ) : System | ||
@namespace | string | |
name | string | |
module | Mono.Cecil.ModuleDefinition | |
scope | IMetadataScope | |
Результат | 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 | |
Результат | System |