IntelliTraceProcess.LoadSymbols(String) Method

Definition

Loads the symbols (.pdb files) for all modules that are part of this process. Errors loading symbols for individual modules are not reported.

public:
 void LoadSymbols(System::String ^ symbolSearchPath);
public:
 void LoadSymbols(Platform::String ^ symbolSearchPath);
void LoadSymbols(std::wstring const & symbolSearchPath);
public void LoadSymbols (string symbolSearchPath);
member this.LoadSymbols : string -> unit
Public Sub LoadSymbols (symbolSearchPath As String)

Parameters

symbolSearchPath
String

An optional semicolon-delimited path that specifies where to search for symbols (.pdb files). Null may be specified for no symbol search path.

Applies to