Used to read data from a PDB dump file.
Inheritance Hierarchy
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
The PDBDumpReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PDBDumpReader |
Initialises a new PDM dump reader and reads the specified dump file.
|
Methods
Name | Description | |
---|---|---|
![]() | Read |
Reads the specified dump file.
|
Fields
Name | Description | |
---|---|---|
![]() | SectionsData |
All the data from the various sections of the PDB dump file.
|
![]() | Symbols |
All the symbols loaded from the PDB dump.
|
See Also