PDBDumpReader Class Fling OS
Used to read data from a PDB dump file.
Inheritance Hierarchy

System Object
  Kernel.Debug.Data PDBDumpReader

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 PDBDumpReader

The PDBDumpReader type exposes the following members.

Constructors

  NameDescription
Public methodPDBDumpReader
Initialises a new PDM dump reader and reads the specified dump file.
Top
Methods

  NameDescription
Private methodRead
Reads the specified dump file.
Top
Fields

  NameDescription
Private fieldSectionsData
All the data from the various sections of the PDB dump file.
Public fieldSymbols
All the symbols loaded from the PDB dump.
Top
See Also