C# 클래스 Mosa.Compiler.Pdb.PdbReader

Reads Microsoft program database files created by the .NET compilers.
상속: IDisposable
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetStream ( int pages, int dwStreamLength ) : PdbStream
LoadRootStream ( ) : void

Loads the root stream.

메소드 상세

Dispose() 공개 메소드

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

GetStream() 공개 메소드

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

PdbReader() 공개 메소드

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