C# Class Mosa.Compiler.Pdb.PdbReader

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

Méthodes publiques

Méthode 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

Méthode Description
GetStream ( int pages, int dwStreamLength ) : PdbStream
LoadRootStream ( ) : void

Loads the root stream.

Method Details

Dispose() public méthode

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

GetStream() public méthode

Gets the stream.
public GetStream ( int pdbStream ) : PdbStream
pdbStream int The PDB stream.
Résultat PdbStream

PdbReader() public méthode

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