Share via


Thread.ThreadState Property

Gets a value that contains the present state of the current thread.

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)

Syntax

public ThreadState ThreadState { get; }

Property Value

One of the ThreadState values that indicate the present state of the current thread. Note that the default value for thread state is Unstarted.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Thread Class
Thread Members
System.Threading Namespace