C# Class Mosa.Compiler.Pdb.PdbReader

Reads Microsoft program database files created by the .NET compilers.
Inheritance: IDisposable
Show file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetStream ( int pdbStream ) : PdbStream

Gets the stream.

PdbReader ( Stream stream ) : System

Initializes a new instance of the PdbReader class.

Private Methods

Method Description
GetStream ( int pages, int dwStreamLength ) : PdbStream
LoadRootStream ( ) : void

Loads the root stream.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

GetStream() public method

Gets the stream.
public GetStream ( int pdbStream ) : PdbStream
pdbStream int The PDB stream.
return PdbStream

PdbReader() public method

Initializes a new instance of the PdbReader class.
is null. must be readable and seekable.
public PdbReader ( Stream stream ) : System
stream Stream The stream.
return System