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
ApartmentState System.Threading.ApartmentState. Documentation for this section has not yet been entered. [read-only] staticCurrentContext System.Runtime.Remoting.Contexts.Context. Documentation for this section has not yet been entered. CurrentCulture System.Globalization.CultureInfo. Documentation for this section has not yet been entered. staticCurrentPrincipal System.Security.Principal.IPrincipal. The thread's current principal. [read-only] staticCurrentThread System.Threading.Thread. Gets a System.Threading.Thread instance that represents the currently executing thread. CurrentUICulture System.Globalization.CultureInfo. Documentation for this section has not yet been entered. [read-only] ExecutionContext System.Threading.ExecutionContext. Documentation for this section has not yet been entered. [read-only] IsAlive bool. Gets a bool value indicating the execution status of the current thread. IsBackground bool. Gets or sets a bool value indicating whether a thread is a background thread. [read-only] IsThreadPoolThread bool. Documentation for this section has not yet been entered. [read-only] ManagedThreadId int. Documentation for this section has not yet been entered. Name string. Gets or sets the name of the thread. Priority System.Threading.ThreadPriority. Gets or sets a value indicating the scheduling priority of a thread. [read-only] ThreadState System.Threading.ThreadState. Gets a value containing the states of the current thread.