Share via


IDkmModuleSymbolsReload175 Interface

Definition

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.

Applies to