System.Diagnostics.ProcessThread.PriorityLevel Property

Gets or sets the priority level of the thread.

Syntax

[System.Diagnostics.MonitoringDescription("The priority level of this thread.")]
[System.MonoTODO]
public ThreadPriorityLevel PriorityLevel { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The priority level is not a single value, but rather a range of values. The operating system computes the thread's base priority by using the process's Process.PriorityClass to choose a value from the range specified in the ProcessThread.PriorityLevel property.

Requirements

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