C# Class TUP.AsmResolver.NET.Specialized.TypeReference

Inheritance: MemberReference, IGenericParametersProvider
显示文件 Open project: Rex-Hays/GNIDA Class Usage Examples

Private Properties

Property Type Description
IGenericParamProvider void

Public Methods

Method Description
ClearCache ( ) : void
GetElementType ( ) : TypeReference
LoadCache ( ) : void
Resolve ( ) : TypeDefinition
ToString ( ) : string
TypeReference ( MetaDataRow row ) : System
TypeReference ( string @namespace, string name, IResolutionScope resolutionScope ) : System

Private Methods

Method Description
IGenericParamProvider ( GenericParameter parameter ) : void

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

GetElementType() public method

public GetElementType ( ) : TypeReference
return TypeReference

LoadCache() public method

public LoadCache ( ) : void
return void

Resolve() public method

public Resolve ( ) : TypeDefinition
return TypeDefinition

ToString() public method

public ToString ( ) : string
return string

TypeReference() public method

public TypeReference ( MetaDataRow row ) : System
row MetaDataRow
return System

TypeReference() public method

public TypeReference ( string @namespace, string name, IResolutionScope resolutionScope ) : System
@namespace string
name string
resolutionScope IResolutionScope
return System