frame_decoration

C#


プロセスの優先度

下記記述でプロセス優先度がリアルタイムになる.
Process thisProcess = System.Diagnostics.Process.GetCurrentProcess();
thisProcess.PriorityClass = ProcessPriorityClass.RealTime;
最終更新:2012年06月20日 22:43