System.Threading.ThreadPriority public enum ThreadPriority Documentation Code namespace System.Threading { public enum ThreadPriority { AboveNormal = 3, BelowNormal = 1, Highest = 4, Lowest = 0, Normal = 2 } }