Type Summary

						public sealed class Thread
  {
    // Constructors
       public Thread (ThreadStart start);

    // Properties
 MS CF
						public ApartmentState ApartmentState { set; get; }
 MS CF
						public static Context CurrentContext { get; }
 MS CF
						public static IPrincipal CurrentPrincipal { set; get; }
       public static Thread CurrentThread { get; }
    CF
						public bool IsAlive { get; }
    CF
						public bool IsBackground { set; get; }
 MS CF
						public bool IsThreadPoolThread { get; }
    CF
						public string Name { set; get; }
       public ThreadPriority Priority { set; get; }
    CF
						public ThreadState ThreadState { get; }

    // Methods
    CF
						public void Abort ();
    CF
						public void Abort (object stateInfo);
    MS
						public static LocalDataStoreSlot AllocateDataSlot ();
    MS
						public static LocalDataStoreSlot AllocateNamedDataSlot ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.