IDkmModuleSymbolsReplacedNotification Interface

Definition

IDkmModuleSymbolsReplacedNotification is implemented by components that want to listen for the ModuleSymbolsReplaced event. The target process may continue to run during this notification. ModuleSymbolsReplaced is fired when an module's symbols have been replaced. Typically, because of operations such as decompilation.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, LanguageId, SymbolProviderId, TransportKind.

This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).

public interface class IDkmModuleSymbolsReplacedNotification
public interface IDkmModuleSymbolsReplacedNotification
type IDkmModuleSymbolsReplacedNotification = interface
Public Interface IDkmModuleSymbolsReplacedNotification

Methods

OnModuleSymbolsReplaced(DkmModule, DkmEventDescriptor)

OnModuleSymbolsReplaced is invoked as part of event processing. See interface definition for more information.

Applies to