C# 클래스 Mono.Cecil.Cil.PortablePdbReader

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

Private Properties

프로퍼티 타입 설명
PortablePdbReader System
ReadCustomDebugInformations void
ReadInt32 int
ReadScope void
ReadSequencePoints void
ReadStateMachineKickOffMethod void

공개 메소드들

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

비공개 메소드들

메소드 설명
PortablePdbReader ( Image image, ModuleDefinition module ) : System
ReadCustomDebugInformations ( MethodDebugInformation info ) : void
ReadInt32 ( byte bytes, int start ) : int
ReadScope ( MethodDebugInformation method_info ) : void
ReadSequencePoints ( MethodDebugInformation method_info ) : void
ReadStateMachineKickOffMethod ( MethodDebugInformation method_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
리턴 MethodDebugInformation