Represents method info loaded from a PDB dump.
Inheritance Hierarchy
Kernel.Debug.Data PDB_MethodInfo
Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The PDB_MethodInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PDB_MethodInfo | Initializes a new instance of the PDB_MethodInfo class |
Methods
Name | Description | |
---|---|---|
![]() | GetCS |
Gets the C# code (text) for the method. Used by debugger for
display to developer.
|
![]() | ParseLines |
Parses the specified lines of text for method line info.
|
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