C# Класс Mono.Cecil.Cil.PortablePdbReader

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

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