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

Inheritance: IDisposable, ICacheProvider
Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
ApplyChanges ( ) : void
ClearCache ( ) : void
Clone ( ) : object
Dispose ( ) : void
LoadCache ( ) : void
MetaDataMember ( MetaDataRow row ) : System
ProcessPartType ( int partindex, object value ) : ValueType

Method Details

ApplyChanges() public method

public ApplyChanges ( ) : void
return void

ClearCache() public abstract method

public abstract ClearCache ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

Dispose() public method

public Dispose ( ) : void
return void

LoadCache() public abstract method

public abstract LoadCache ( ) : void
return void

MetaDataMember() public method

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

ProcessPartType() public method

public ProcessPartType ( int partindex, object value ) : ValueType
partindex int
value object
return System.ValueType