Name | Description | |
---|---|---|
![]() | Thread Constructor | Overloaded. Initializes a new instance of the System.Threading.Thread class. |
Name | Description | |
---|---|---|
![]() ![]() | CurrentThread | Gets the currently running thread. |
![]() | IsAlive | Indicates whether the current thread is still alive. |
![]() | IsBackground | Gets or sets a value indicating whether or not a thread is a background thread. |
![]() | ManagedThreadId | Gets a unique identifier for the current managed thread. |
![]() | Name | Gets or sets the name of the thread. |
![]() | ThreadState | Gets a value containing the states of the current thread. |
Name | Description | |
---|---|---|
![]() | Abort | Begins the process of terminating the thread. |
![]() ![]() | Sleep | Suspends the current thread for a specified time. |
![]() | Start | Overloaded. Starts the thread. |