Share via


TraceModule.LoadSymbols Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Loads the .pdb symbols file for this module.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Function LoadSymbols ( _
    symbolSearchPath As String _
) As Integer
'Usage
Dim instance As TraceModule
Dim symbolSearchPath As String
Dim returnValue As Integer

returnValue = instance.LoadSymbols(symbolSearchPath)
public int LoadSymbols(
    string symbolSearchPath
)
public:
int LoadSymbols(
    String^ symbolSearchPath
)
member LoadSymbols : 
        symbolSearchPath:string -> int 
public function LoadSymbols(
    symbolSearchPath : String
) : int

Parameters

  • symbolSearchPath
    Type: System.String
    The symbol path to search.

Return Value

Type: System.Int32
A success or error code that describes the result of loading symbols for this module. If symbols were successfully loaded, zero is returned. If symbols are not successfully loaded, an error code described in dia2.h is returned.

.NET Framework Security

See Also

Reference

TraceModule Class

TraceModule Members

Microsoft.VisualStudio.TraceLog Namespace