C# 設置進程優先級的方法
this.process1= Process.GetCurrentProcess();
process1.PriorityClass = ProcessPriorityClass.High;
C#設置線程優先級的方法
Thread.CurrentThread.Priority = ThreadPriority.Highest;
C# 設置進程優先級的方法
this.process1= Process.GetCurrentProcess();
process1.PriorityClass = ProcessPriorityClass.High;
C#設置線程優先級的方法
Thread.CurrentThread.Priority = ThreadPriority.Highest;
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。