CcrWin32ThreadingInterop.PriorityClass Enumeration

Microsoft Robotics Class Reference

Win32 Process priority. Refer to Win32 documentation for detailed description of process priority levels

Namespace: Microsoft.Ccr.Win32Interop
Assembly: Microsoft.Ccr.Adapters.IO (in Microsoft.Ccr.Adapters.IO.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public enum PriorityClass

Members

Member name Value Description
AboveNormal 32768 Above Normal
BelowNormal 16384 Below Normal
High 128 High
Idle 64 Idle
Normal 32 Normal
Realtime 256 Realtime

Remarks

For certain priority values the current execution context must have administrator privileges

See Also

Microsoft.Ccr.Win32Interop Namespace