Share via


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

‘선언
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

See Also

Reference

IntelliTraceProcess Class

Microsoft.VisualStudio.IntelliTrace Namespace