IDkmModuleCreateNotification Interface

Definition

IDkmModuleCreateNotification is implemented by components that want to listen for the ModuleCreate event. The target process may continue to run during this notification. ModuleCreate is sent when a symbol provider loads a new symbols, and thus a new DkmModule is created. A DkmModule will exist only for module instances that have symbols.

ModuleCreate events can be suppressed. In this case the module will be invisible to components above the level where the module was suppressed.

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.

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

Methods

OnModuleCreate(DkmModule, DkmEventDescriptorS)

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

Applies to