PDB_MethodInfo Fields Fling OS

The PDB_MethodInfo type exposes the following members.

Fields

  Name Description
Private field cachedCS
The cached C# code text - stops us doing endless file reads etc.
Protected field DumpStartAddress
Dump start address - an internel number used by dump reader. Never sure where it comes from / how it's generated, but we use it for linking up bits of the PDB dump.
Public field FunctionName
The name of the function in C#.
Public field Lines
The lines within this method.
Public field SourceFilePath
The path to the C# source file for the method.
Top
See Also