Share via


IDkmModuleSymbolSearchResult175.GetSymbolSearchResult Method

Definition

Retrieves any symbol search results associated with this module instance.

public object? GetSymbolSearchResult (Microsoft.VisualStudio.Debugger.DkmModuleInstance moduleInstance);
abstract member GetSymbolSearchResult : Microsoft.VisualStudio.Debugger.DkmModuleInstance -> obj
Public Function GetSymbolSearchResult (moduleInstance As DkmModuleInstance) As Object

Parameters

moduleInstance
DkmModuleInstance

[In] The Module Instance class represent a code bundle (ex: dll or exe) which is loaded into a particular process at a particular location. Module Instance objects are 1:1 with the execution environment's notion of a code bundle. For example, in native code, Module Instance objects are 1:1 with base address.

Returns

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

Applies to