DkmProcess.AsyncBreak(Boolean) Method
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.
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.
public:
void AsyncBreak(bool StopImmediately);
C++/CX
public:
void AsyncBreak(bool StopImmediately);
void AsyncBreak(bool StopImmediately);
public void AsyncBreak(bool StopImmediately);
member this.AsyncBreak : bool -> unit
Public Sub AsyncBreak (StopImmediately As Boolean)
- StopImmediately
- Boolean
[In] If this is set to true, implementers should immediately enter break rather than trying to find a thread inside the process that is executing code.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |