DkmThread.GetDebuggerSuspensionCount Method

Definition

Return the total number of suspensions caused by the debugger (i.e. calls to DkmThread::Suspend without a call to DkmThread::Resume). This excludes any suspensions external to the debugger.

public:
 System::UInt32 GetDebuggerSuspensionCount();
public:
 unsigned int GetDebuggerSuspensionCount();
unsigned int GetDebuggerSuspensionCount();
public uint GetDebuggerSuspensionCount ();
member this.GetDebuggerSuspensionCount : unit -> uint32
Public Function GetDebuggerSuspensionCount () As UInteger

Returns

[Out] The total number of suspensions caused by the debugger (i.e. calls to DkmThread::Suspend without a call to DkmThread::Resume). This excludes any suspensions external to the debugger.

Applies to