IDkmAsyncBreak Interface

Definition

This interface contains the API for performing an async-break on the debuggee process.

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

Methods

AsyncBreak(DkmProcess, Boolean)

This method will tell the debug monitors to asynchronously break execution of the debuggee process. An AsyncBreakComplete event is sent after the operation is complete.

Applies to