Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the Thread type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
Thread | Initializes a new instance of the Thread class. |
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
CurrentThread | Gets the thread that is currently running. |
![]() |
IsAlive | Gets a value that indicates the execution status of the current thread. |
![]() |
Priority | Gets or sets a value that indicates the scheduling priority of the current thread. |
![]() |
ThreadState | Gets a value that contains the present state of the current thread. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Abort | Raises a ThreadAbortException exception in the thread on which it is invoked. This begins the process of terminating the thread. |
![]() |
Equals | (Inherited from Object.) |
![]() ![]() |
GetDomain | Returns the name of the domain in which the current thread is running. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Join | Overloaded. Blocks the calling thread until the current thread terminates. |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
Resume | Resumes a thread that has been suspended. |
![]() ![]() |
Sleep | Suspends the current thread for a specified amount of time. |
![]() |
Start | Starts execution of a thread. |
![]() |
Suspend | Suspends the current thread or, if it is already suspended, has no effect. |
![]() |
ToString | (Inherited from Object.) |