The current priority indicates the actual priority of the associated thread, which may deviate from the base priority based on how the OS is currently scheduling the thread.
[Visual Basic] Public ReadOnly Property CurrentPriority As Integer [C#] public int CurrentPriority {get;} [C++] public: __property int get_CurrentPriority(); [JScript] public function get CurrentPriority() : int;
ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace