IDkmModuleSymbolsLoadedNotification Interface

Definition

IDkmModuleSymbolsLoadedNotification is implemented by components that want to listen for the ModuleSymbolsLoaded event. When this notification fires, the target process will be suspended and can be examined. ModuleSymbolsLoaded is sent after symbols have been loaded for a particular module instance. This is sent either when symbols are loaded as a dll/exe loads in the target process, or after the user asks to reload symbols.

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 IDkmModuleSymbolsLoadedNotification
public interface class IDkmModuleSymbolsLoadedNotification
__interface IDkmModuleSymbolsLoadedNotification
public interface IDkmModuleSymbolsLoadedNotification
type IDkmModuleSymbolsLoadedNotification = interface
Public Interface IDkmModuleSymbolsLoadedNotification

Methods

OnModuleSymbolsLoaded(DkmModuleInstance, DkmModule, Boolean, DkmWorkList, DkmEventDescriptor)

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

Applies to