System.Diagnostics.ProcessPriorityClass.RealTime Field

Specifies that the process has the highest possible priority.

Syntax

ProcessPriorityClass RealTime

Remarks

Note:

The threads of a process with ProcessPriorityClass.RealTime priority preempt the threads of all other processes, including operating system processes performing important tasks. Thus, a ProcessPriorityClass.RealTime priority process that executes for more than a very brief interval can cause disk caches not to flush or cause the mouse to be unresponsive.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0