Mono Class Library: Overview

System.Threading.Thread: Property Members

The properties of System.Threading.Thread are listed below. For a list of all members, see the Thread Members list.

See Also: Inherited members from System.Runtime.ConstrainedExecution.CriticalFinalizerObject

Public Properties

ApartmentStateSystem.Threading.ApartmentState. Documentation for this section has not yet been entered.
[read-only]
static
CurrentContextSystem.Runtime.Remoting.Contexts.Context. Documentation for this section has not yet been entered.
CurrentCultureSystem.Globalization.CultureInfo. Documentation for this section has not yet been entered.
static
CurrentPrincipalSystem.Security.Principal.IPrincipal. The thread's current principal.
[read-only]
static
CurrentThreadSystem.Threading.Thread. Gets a System.Threading.Thread instance that represents the currently executing thread.
CurrentUICultureSystem.Globalization.CultureInfo. Documentation for this section has not yet been entered.
[read-only]
ExecutionContextSystem.Threading.ExecutionContext. Documentation for this section has not yet been entered.
[read-only]
IsAlivebool. Gets a bool value indicating the execution status of the current thread.
IsBackgroundbool. Gets or sets a bool value indicating whether a thread is a background thread.
[read-only]
IsThreadPoolThreadbool. Documentation for this section has not yet been entered.
[read-only]
ManagedThreadIdint. Documentation for this section has not yet been entered.
Namestring. Gets or sets the name of the thread.
PrioritySystem.Threading.ThreadPriority. Gets or sets a value indicating the scheduling priority of a thread.
[read-only]
ThreadStateSystem.Threading.ThreadState. Gets a value containing the states of the current thread.