Thread2::IsAlive Property

 

Gets whether the referenced thread is still alive.

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

property bool IsAlive {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean value.

Implements

Thread::IsAlive

Returns true if the referenced thread is still alive; otherwise false.

System_CAPS_noteNote

The thread state may change before this function returns.

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: