In The Hand LtdIn The Hand
GetIsAlive Method (t)
NamespacesInTheHand.ThreadingThreadHelperGetIsAlive(Thread)
.NET Components for Mobility
Gets a value indicating the execution status of the specified thread.
Declaration Syntax
C#Visual Basic
public static bool GetIsAlive(
	Thread t
)
Public Shared Function GetIsAlive ( _
	t As Thread _
) As Boolean
Parameters
t (Thread)
The specific thread.
Return Value
true if this thread has been started and has not terminated normally or aborted; otherwise, false.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0