The following tables list the members exposed by Thread.

Public Constructors

NameDescription
Public ConstructorsThread ConstructorOverloaded. Initializes a new instance of the System.Threading.Thread class.
Top

Public Properties

NameDescription
Public PropertiesStatic MemberCurrentThreadGets the currently running thread.
Public PropertiesIsAliveIndicates whether the current thread is still alive.
Public PropertiesIsBackgroundGets or sets a value indicating whether or not a thread is a background thread.
Public PropertiesManagedThreadIdGets a unique identifier for the current managed thread.
Public PropertiesNameGets or sets the name of the thread.
Public PropertiesThreadStateGets a value containing the states of the current thread.
Top

Public Methods

NameDescription
Public MethodsAbortBegins the process of terminating the thread.
Public MethodsStatic MemberSleepSuspends the current thread for a specified time.
Public MethodsStartOverloaded. Starts the thread.
Top

See Also