Name

ThreadPriorityLevel

Synopsis

This enumeration represents the different thread priority levels. A thread’s priority level is computed relative to the process priority level using ProcessThread.PriorityLevel.

Public Enum ThreadPriorityLevel
                  Normal = 0
                  AboveNormal = 1
                  Highest = 2
                  TimeCritical = 15
                  Idle = -15
                  Lowest = -2
                  BelowNormal = -1
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ThreadPriorityLevel

Returned By

ProcessThread.PriorityLevel

Passed To

ProcessThread.PriorityLevel

Get VB.NET Core Classes in a Nutshell 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.