IDkmModuleInstanceDisabledNotification Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |