Thread Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Thread type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentCulture | Gets or sets the culture for the current thread. |
|
CurrentThread | Gets the currently running thread. |
|
CurrentUICulture | Gets or sets the current culture used by the Resource Manager to look up culture-specific resources at run time. |
|
IsAlive | Gets a value that indicates the execution status of the current thread. |
|
IsBackground | Gets or sets a value that indicates whether 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 that contains the states of the current thread. |
Show: