Language

DkmGetSymbolFilePathAsyncResult(String) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmModule.GetSymbolFilePath.

public DkmGetSymbolFilePathAsyncResult(string FilePath);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetSymbolFilePathAsyncResult : string -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetSymbolFilePathAsyncResult
Public Sub New (FilePath As String)

Parameters

FilePath
String

[In] Full path to the symbol file (ex: c:\myproj\bin\debug\myproj.pdb).

Applies to