Share via


IntelliTraceModule.LoadSymbols Method

Loads the symbols (.pdb file) for this module.

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

Syntax

‘선언
Public Function LoadSymbols ( _
    symbolSearchPath As String _
) As Integer
public int LoadSymbols(
    string symbolSearchPath
)
public:
int LoadSymbols(
    String^ symbolSearchPath
)
member LoadSymbols : 
        symbolSearchPath:string -> int 
public function LoadSymbols(
    symbolSearchPath : String
) : int

Parameters

Return Value

Type: System.Int32
A success or error code that describes the result of loading symbols for this module. If symbols are 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

IntelliTraceModule Class

Microsoft.VisualStudio.IntelliTrace Namespace