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

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

Méthodes publiques

Méthode Description
ClearCache ( ) : void
LoadCache ( ) : void
PropertyDefinition ( MetaDataRow row ) : System
PropertyDefinition ( string name, PropertyAttributes attributes, uint signature ) : System
ToString ( ) : string

Method Details

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

LoadCache() public méthode

public LoadCache ( ) : void
Résultat void

PropertyDefinition() public méthode

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

PropertyDefinition() public méthode

public PropertyDefinition ( string name, PropertyAttributes attributes, uint signature ) : System
name string
attributes PropertyAttributes
signature uint
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string