Click or drag to resize
Thread Class
Creates and controls a thread, sets its priority, and gets its status.
Inheritance Hierarchy
SystemObject
  System.Runtime.ConstrainedExecutionCriticalFinalizerObject
    System.ThreadingThread

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public sealed class Thread : CriticalFinalizerObject, 
	_Thread

The Thread type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for the current thread.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCurrentCulture
Gets or sets the culture for the current thread.
Public propertyStatic memberCurrentThread
Gets the currently running thread.
Public propertyCurrentUICulture
Gets or sets the current culture used by the Resource Manager to look up culture-specific resources at run time.
Public propertyManagedThreadId
Gets a unique identifier for the current managed thread.
Top
See Also