PDB_SymbolInfo Class Fling OS
Represents a symbol loaded from a PDB dump.
Inheritance Hierarchy

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

public class PDB_SymbolInfo

The PDB_SymbolInfo type exposes the following members.

Constructors

  NameDescription
Public methodPDB_SymbolInfo 
Creates a new, empty symbol info.
Public methodPDB_SymbolInfo(List String )
Creates a new symbol info and loads method infos from the specified lines of text.
Top
Fields

  NameDescription
Public fieldMethods
The methods within the symbol.
Top
See Also