IDkmModuleSymbolsUpdatedNotification Interface

Definition

IDkmModuleSymbolsUpdatedNotification is implemented by components that want to listen for the ModuleSymbolsUpdated event. When this notification fires, the target process will be suspended and can be examined. ModuleSymbolsUpdated is sent by a debug monitor when dynamic code in the target process updates the symbol state.

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.

public interface class IDkmModuleSymbolsUpdatedNotification
public interface class IDkmModuleSymbolsUpdatedNotification
__interface IDkmModuleSymbolsUpdatedNotification
public interface IDkmModuleSymbolsUpdatedNotification
type IDkmModuleSymbolsUpdatedNotification = interface
Public Interface IDkmModuleSymbolsUpdatedNotification

Methods

OnModuleSymbolsUpdated(DkmModuleInstance, DkmModule, DkmWorkList, DkmEventDescriptor)

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

Applies to