C# 클래스 Mono.Cecil.Mdb.MdbReader

상속: ISymbolReader
파일 보기 프로젝트 열기: jbevain/cecil 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
MdbReader ( ModuleDefinition module, MonoSymbolFile symFile ) : System
ProcessDebugHeader ( ImageDebugDirectory directory, byte header ) : bool
Read ( MethodDefinition method ) : MethodDebugInformation

비공개 메소드들

메소드 설명
AddScope ( Collection scopes, ScopeDebugInformation scope ) : bool
GetDocument ( SourceFileEntry file ) : Document
LineToSequencePoint ( LineNumberEntry line ) : SequencePoint
ReadLineNumbers ( MethodEntry entry, MethodDebugInformation info ) : void
ReadLocalVariables ( MethodEntry entry, ScopeDebugInformation scopes ) : void
ReadScopes ( MethodEntry entry, MethodDebugInformation info ) : Mono.Cecil.Cil.ScopeDebugInformation[]

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MdbReader() 공개 메소드

public MdbReader ( ModuleDefinition module, MonoSymbolFile symFile ) : System
module ModuleDefinition
symFile Mono.CompilerServices.SymbolWriter.MonoSymbolFile
리턴 System

ProcessDebugHeader() 공개 메소드

public ProcessDebugHeader ( ImageDebugDirectory directory, byte header ) : bool
directory Mono.Cecil.Cil.ImageDebugDirectory
header byte
리턴 bool

Read() 공개 메소드

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