IDkmModuleInstanceDisabledNotification Interface

Definition

Interface implemented by debug monitors to perform any updates when the 'Disabled' property of a module changed.

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

Methods

OnDisabledChanged(DkmModuleInstance)

Performs any updates needed when the 'Disabled' state changes.

Applies to