Share via


DkmGetSymbolSearchResultAsyncResult(Object) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmModuleInstance.GetSymbolSearchResult.

public DkmGetSymbolSearchResultAsyncResult (object? SymbolSearchResult);
new Microsoft.VisualStudio.Debugger.DkmGetSymbolSearchResultAsyncResult : obj -> Microsoft.VisualStudio.Debugger.DkmGetSymbolSearchResultAsyncResult
Public Sub New (SymbolSearchResult As Object)

Parameters

SymbolSearchResult
Object

[In,Optional] The ISymbolSearchResult interface associated with this module instance, if any.

Applies to