Thread2::IsFrozen Property
Visual Studio 2015
Gets whether or not a thread's execution has been suspended by the debugger.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Property Value
Type: System::BooleanA Boolean value of true if the thread is frozen by the debugger; otherwise it returns false.
Implements
Thread::IsFrozenThe following example demonstrates how to use the Collection property.
Show: