PDB_MethodInfo Class Fling OS
Represents method info loaded from a PDB dump.
Inheritance Hierarchy

System Object
  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

public class PDB_MethodInfo

The PDB_MethodInfo type exposes the following members.

Constructors

  NameDescription
Public methodPDB_MethodInfo
Initializes a new instance of the PDB_MethodInfo class
Top
Methods

  NameDescription
Public methodGetCS
Gets the C# code (text) for the method. Used by debugger for display to developer.
Public methodParseLines
Parses the specified lines of text for method line info.
Top
Fields

  NameDescription
Private fieldcachedCS
The cached C# code text - stops us doing endless file reads etc.
Protected fieldDumpStartAddress
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 fieldFunctionName
The name of the function in C#.
Public fieldLines
The lines within this method.
Public fieldSourceFilePath
The path to the C# source file for the method.
Top
See Also