Thread Properties |
The Thread type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentThread |
Gets the current thread instance
| |
| IsAlive |
Gets a value indicating whether this thread is alive.
| |
| IsMain |
Gets a value indicating whether this thread instance is the main UI thread.
| |
| IsMainThread |
Gets a value indicating if the current thread is the main UI thread.
| |
| MainThread |
Gets the main thread.
|