C# Класс Mono.Cecil.Mdb.MdbWriter

Наследование: ISymbolWriter
Показать файл Открыть проект

Открытые методы

Метод Описание
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