Returns or sets the priority level of the associated thread. The priority level is not an absolute level, but instead contributes to the actual thread priority by considering the priority class of the process.
[Visual Basic] Public Property PriorityLevel As ThreadPriorityLevel [C#] public ThreadPriorityLevel PriorityLevel {get; set;} [C++] public: __property ThreadPriorityLevel get_PriorityLevel(); public: __property void set_PriorityLevel(ThreadPriorityLevel); [JScript] public function get PriorityLevel() : ThreadPriorityLevel; public function set PriorityLevel(ThreadPriorityLevel);
ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace