IntelliTraceProcess.LoadSymbols Method
Loads the symbols (.pdb files) for all modules that are part of this process.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Sub LoadSymbols ( _
symbolSearchPath As String _
)
public void LoadSymbols(
string symbolSearchPath
)
public:
void LoadSymbols(
String^ symbolSearchPath
)
member LoadSymbols :
symbolSearchPath:string -> unit
public function LoadSymbols(
symbolSearchPath : String
)
Parameters
- symbolSearchPath
Type: System.String
An optional semicolon-delimited path that specifies where to search for symbols (.pdb files). For no symbol search path, specify null.
Remarks
Errors thrown when this method loads symbols for individual modules are not reported.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.