Represents a symbol loaded from a PDB dump.
Inheritance Hierarchy
Kernel.Debug.Data PDB_SymbolInfo
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_SymbolInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PDB_SymbolInfo |
Creates a new, empty symbol info.
|
![]() | PDB_SymbolInfo(List String ) |
Creates a new symbol info and loads method infos from the specified
lines of text.
|
Fields
Name | Description | |
---|---|---|
![]() | Methods |
The methods within the symbol.
|
See Also