System.Diagnostics.ProcessPriorityClass.High Field

Specifies that the process performs time-critical tasks that must be executed immediately, such as the Task List dialog, which must respond quickly when called by the user, regardless of the load on the operating system. The threads of the process preempt the threads of normal or idle priority class processes.

Syntax

ProcessPriorityClass High

Remarks

Note:

Use extreme care when specifying ProcessPriorityClass.High for the process's priority class, because a high priority class application can use nearly all available processor time.

Requirements

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