IDkmModuleSymbolsReload Interface

Definition

Allows a for replacing the symbol file 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 16 Update 5 (DkmApiVersion.VS16Update5).

public interface class IDkmModuleSymbolsReload
public interface IDkmModuleSymbolsReload
type IDkmModuleSymbolsReload = interface
Public Interface IDkmModuleSymbolsReload

Methods

ReplaceSymbols(DkmModuleInstance, Byte[])

Replaces the symbol file contents backing this DkmModule for managed symbols.

Applies to