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

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

공개 메소드들

메소드 설명
Dispose ( ) : void
GetDebugHeader ( ImageDebugDirectory &directory, byte &header ) : bool
MdbWriter ( System.Guid mvid, string assembly ) : System
Write ( MethodDebugInformation info ) : void

비공개 메소드들

메소드 설명
GetSourceFile ( Document document ) : SourceFile
Populate ( Collection sequencePoints, int offsets, int startRows, int endRows, int startCols, int endCols, SourceFile &file ) : void
WriteRootScope ( ScopeDebugInformation scope, MethodDebugInformation info ) : void
WriteScope ( ScopeDebugInformation scope, MethodDebugInformation info ) : void
WriteScopeVariables ( ScopeDebugInformation scope ) : void
WriteScopes ( Collection scopes, MethodDebugInformation info ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDebugHeader() 공개 메소드

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

MdbWriter() 공개 메소드

public MdbWriter ( System.Guid mvid, string assembly ) : System
mvid System.Guid
assembly string
리턴 System

Write() 공개 메소드

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