C# Class TUP.AsmResolver.NET.MetaDataStream

Represents a metadata stream of a .NET application.
Inheritance: IDisposable
Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
ClearCache ( ) : void
Clone ( ) : object
Dispose ( ) : void
LoadCache ( ) : void
MetaDataStream ( string name, byte contents ) : System

Private Methods

Method Description
Initialize ( ) : void
MakeEmpty ( ) : void
MetaDataStream ( NETHeader netheader, int headeroffset, Structures rawHeader, string name ) : System

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

Dispose() public method

public Dispose ( ) : void
return void

LoadCache() public method

public LoadCache ( ) : void
return void

MetaDataStream() public method

public MetaDataStream ( string name, byte contents ) : System
name string
contents byte
return System