Process thisProcess = System.Diagnostics.Process.GetCurrentProcess();
あとは、こいつの
PriorityClass
を変えるだけ。thisProcess.PriorityClass = ProcessPriorityClass.AboveNormal;
付箋紙代わりです。予告なしでの閉鎖にご注意。
Process thisProcess = System.Diagnostics.Process.GetCurrentProcess();
PriorityClass
を変えるだけ。thisProcess.PriorityClass = ProcessPriorityClass.AboveNormal;