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

Inheritance: MemberReference, IGenericParametersProvider
Afficher le fichier Open project: Rex-Hays/GNIDA Class Usage Examples

Private Properties

Свойство Type Description
IGenericParamProvider void

Méthodes publiques

Méthode 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

Méthode Description
IGenericParamProvider ( GenericParameter parameter ) : void

Method Details

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

GetElementType() public méthode

public GetElementType ( ) : TypeReference
Résultat TypeReference

LoadCache() public méthode

public LoadCache ( ) : void
Résultat void

Resolve() public méthode

public Resolve ( ) : TypeDefinition
Résultat TypeDefinition

ToString() public méthode

public ToString ( ) : string
Résultat string

TypeReference() public méthode

public TypeReference ( MetaDataRow row ) : System
row MetaDataRow
Résultat System

TypeReference() public méthode

public TypeReference ( string @namespace, string name, IResolutionScope resolutionScope ) : System
@namespace string
name string
resolutionScope IResolutionScope
Résultat System