Thread::SuspendCount Property

 

Gets the number of times this thread has been suspended by the debugger.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property int SuspendCount {
	int get();
}

Property Value

Type: System::Int32

An integer that represents the number of times this thread has been suspended by the debugger.

The following example demonstrates how to use the SuspendCount property.

No code example is currently available or this language may not be supported.
Return to top
Show: