IDkmNativeDebuggingEnableNotification 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 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. |