Thread::IsFrozen Property

 

Gets whether the thread is frozen by the debugger.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.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, false.

The following example demonstrates how to use the IsFrozen property.

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