mscorlib(4.0.0.0) API with additions
ThreadPriority.cs
2 
3 namespace System.Threading
4 {
7  [ComVisible(true)]
8  public enum ThreadPriority
9  {
11  Lowest,
13  BelowNormal,
15  Normal,
17  AboveNormal,
19  Highest
20  }
21 }
ThreadPriority
Specifies the scheduling priority of a T:System.Threading.Thread.
Definition: __Canon.cs:3
Specifies that the class can be serialized.