IDkmModuleSymbolsReload175 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 the replacement of the ISymUnmanagedReader underlying a DkmModule.
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 IDkmModuleSymbolsReload175
type IDkmModuleSymbolsReload175 = interface
Public Interface IDkmModuleSymbolsReload175
Methods
ReplaceSymUnmanagedReader(DkmModuleInstance, Object, DkmModuleSymbolFlags) |
Replaces the ISymUnmanagedReader backing this DkmModule for managed symbols. |