IDkmModuleSymbolSearchResult175 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows symbol search results to be retrieved for a module instance.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, SymbolProviderId, TransportKind.
This API was introduced in Visual Studio 17 Update 3 (DkmApiVersion.VS17Update3).
public interface IDkmModuleSymbolSearchResult175
type IDkmModuleSymbolSearchResult175 = interface
Public Interface IDkmModuleSymbolSearchResult175
Methods
GetSymbolSearchResult(DkmModuleInstance) |
Retrieves any symbol search results associated with this module instance. |