Returns the base priority of the thread which is computed by combining the process priority class with the priority level of the associated thread.
[Visual Basic] Public ReadOnly Property BasePriority As Integer [C#] public int BasePriority {get;} [C++] public: __property int get_BasePriority(); [JScript] public function get BasePriority() : int;
ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace