Thread2::IsFrozen Property

 

Gets whether or not a thread's execution has been suspended by the debugger.

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

property bool IsFrozen {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean value of true if the thread is frozen by the debugger; otherwise it returns false.

The following example demonstrates how to use the Collection property.

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