13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix D Standard Library}public ThreadState ThreadState { get; }// Namespace: System.Threading, Library: BCLpublic sealed class ThreadAbortException: SystemException{public object ExceptionState { get; }}// Namespace: System.Threading, Library: BCLpublic enum ThreadPriority{AboveNormal = 3,BelowNormal = 1,Highest = 4,Lowest = 0,Normal = 2,}// Namespace: System.Threading, Library: BCLpublic delegate void ThreadStart();// Namespace: System.Threading, Library: BCLpublic enum ThreadState{Aborted = 0x100,AbortRequested = 0x80,Background = 0x4,Running = 0x0,Stopped = 0x10,Unstarted = 0x8,WaitSleepJoin = 0x20,}// Namespace: System.Threading, Library: BCLpublic class ThreadStateException: SystemException{public ThreadStateException();public ThreadStateException(string message);public ThreadStateException(string message, Exception innerException);}// Namespace: System.Threading, Library: BCLpublic sealed class Timeout425

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!