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

Inheritance: TypeReference
Afficher le fichier Open project: Rex-Hays/GNIDA Class Usage Examples

Méthodes publiques

Méthode Description
ClearCache ( ) : void
IsBasedOn ( TypeReference typeRef ) : bool
IsBasedOn ( string fullname ) : bool
LoadCache ( ) : void
Resolve ( ) : TypeDefinition
ToString ( ) : string
TypeDefinition ( MetaDataRow row ) : System
TypeDefinition ( string @namespace, string name, TypeAttributes attributes, TypeReference baseType, uint fieldList, uint methodList ) : System

Method Details

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

IsBasedOn() public méthode

public IsBasedOn ( TypeReference typeRef ) : bool
typeRef TypeReference
Résultat bool

IsBasedOn() public méthode

public IsBasedOn ( string fullname ) : bool
fullname string
Résultat bool

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

TypeDefinition() public méthode

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

TypeDefinition() public méthode

public TypeDefinition ( string @namespace, string name, TypeAttributes attributes, TypeReference baseType, uint fieldList, uint methodList ) : System
@namespace string
name string
attributes TypeAttributes
baseType TypeReference
fieldList uint
methodList uint
Résultat System