C# 클래스 Mono.Cecil.Pdb.PdbReader

상속: ISymbolReader
파일 보기 프로젝트 열기: jbevain/cecil

공개 메소드들

메소드 설명
Dispose ( ) : void
ProcessDebugHeader ( ImageDebugDirectory directory, byte header ) : bool
Read ( MethodDefinition method ) : MethodDebugInformation

비공개 메소드들

메소드 설명
AddScope ( Collection scopes, ScopeDebugInformation scope ) : bool
GetDocument ( Microsoft.Cci.Pdb.PdbSource source ) : Document
PdbReader ( Disposable file ) : System
PopulateFunctions ( ) : bool
ReadInt32 ( byte bytes, int start ) : int
ReadLine ( Microsoft.Cci.Pdb.PdbLine line, Document document, MethodDebugInformation info ) : void
ReadLines ( Microsoft.Cci.Pdb.PdbLines lines, MethodDebugInformation info ) : void
ReadScopeAndLocals ( Microsoft.Cci.Pdb.PdbScope scopes, MethodDebugInformation info ) : Collection
ReadScopeAndLocals ( Microsoft.Cci.Pdb.PdbScope scope, MethodDebugInformation info ) : ScopeDebugInformation
ReadSequencePoints ( PdbFunction function, MethodDebugInformation info ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessDebugHeader() 공개 메소드

public ProcessDebugHeader ( ImageDebugDirectory directory, byte header ) : bool
directory ImageDebugDirectory
header byte
리턴 bool

Read() 공개 메소드

public Read ( MethodDefinition method ) : MethodDebugInformation
method MethodDefinition
리턴 Mono.Cecil.Cil.MethodDebugInformation