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

상속: Cil.ISymbolWriter
파일 보기 프로젝트 열기: jbevain/cecil

공개 메소드들

메소드 설명
Dispose ( ) : void
GetDebugHeader ( ImageDebugDirectory &directory, byte &header ) : bool
Write ( MethodDebugInformation info ) : void

비공개 메소드들

메소드 설명
CreateLocalVariable ( VariableDebugInformation variable, SymbolToken local_var_token, int start_offset, int end_offset ) : void
DefineScope ( ScopeDebugInformation scope, MethodDebugInformation info ) : void
DefineSequencePoints ( Collection sequence_points ) : void
GetDocument ( Document document ) : SymDocumentWriter
PdbWriter ( ModuleDefinition module, SymWriter writer ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDebugHeader() 공개 메소드

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

Write() 공개 메소드

public Write ( MethodDebugInformation info ) : void
info Mono.Cecil.Cil.MethodDebugInformation
리턴 void