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

Inheritance: MemberReference
Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

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

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

LoadCache() public method

public LoadCache ( ) : void
return void

PropertyDefinition() public method

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

PropertyDefinition() public method

public PropertyDefinition ( string name, PropertyAttributes attributes, uint signature ) : System
name string
attributes PropertyAttributes
signature uint
return System

ToString() public method

public ToString ( ) : string
return string