IDkmNativeDebuggingEnableNotification Interface

Definition

Interface to update components when native debugging is enabled or disabled for a particular process. Note that for Visual Studio 11, native debugging cannot be enabled/disabled on the fly, but future versions may support this functionality.

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, TransportKind.

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

Methods

OnNativeDebuggingEnabledChanged(DkmProcess)

Called when 'IsNativeDebuggingEnabled' is changed.

Applies to