C# Class Mono.Cecil.Cil.PortablePdbReader

Inheritance: ISymbolReader
Mostra file Open project: Unity-Technologies/cecil Class Usage Examples

Private Properties

Property Type Description
PortablePdbReader System
ReadCustomDebugInformations void
ReadInt32 int
ReadScope void
ReadSequencePoints void
ReadStateMachineKickOffMethod void

Public Methods

Method Description
Dispose ( ) : void
ProcessDebugHeader ( ImageDebugDirectory directory, byte header ) : bool
Read ( MethodDefinition method ) : MethodDebugInformation

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProcessDebugHeader() public method

public ProcessDebugHeader ( ImageDebugDirectory directory, byte header ) : bool
directory ImageDebugDirectory
header byte
return bool

Read() public method

public Read ( MethodDefinition method ) : MethodDebugInformation
method MethodDefinition
return MethodDebugInformation