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

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

Public Methods

Method Description
ClearCache ( ) : void
Constant ( MetaDataMember parent, ElementType type, uint signature ) : System
Constant ( MetaDataRow row ) : System
LoadCache ( ) : void

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

Constant() public method

public Constant ( MetaDataMember parent, ElementType type, uint signature ) : System
parent MetaDataMember
type ElementType
signature uint
return System

Constant() public method

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

LoadCache() public method

public LoadCache ( ) : void
return void