IDkmModuleSymbolsReload 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 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. |