The PDB_MethodInfo type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() |
cachedCS |
The cached C# code text - stops us doing endless file reads etc.
|
![]() |
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.
|
![]() |
FunctionName |
The name of the function in C#.
|
![]() |
Lines |
The lines within this method.
|
![]() |
SourceFilePath |
The path to the C# source file for the method.
|
See Also