The properties of the Thread class are listed below. For a complete list of Thread class members, see the Thread Members topic.
ApartmentState | Gets or sets the apartment state of this thread. |
CurrentContext | Gets the current context the thread is executing in. |
CurrentCulture | [To be supplied.] |
CurrentPrincipal | Gets and sets the thread's current principal (for role based security). |
CurrentThread | Gets a reference to the currently running thread. |
CurrentUICulture | [To be supplied.] |
IsAlive | Gets a value indicate whether the thread has been started and is not dead. |
IsBackground | Gets or sets a value indicating whether or not this thread is a background thread. |
Name | Gets or Sets the name of the thread. |
Priority | Gets or Sets the priority of a thread. |
ThreadState | Gets the state of this thread. |