PDB_SymbolInfo Constructor (List String ) Fling OS
Creates a new symbol info and loads method infos from the specified lines of text.

Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public PDB_SymbolInfo(
	List<string> symbolText
)

Parameters

symbolText
Type: System.Collections.Generic List String 
The lines of symbol text to parse.
See Also