[DllImport("kernel32.dll")] public static extern IntPtr OpenProcess(int a,bool i,int pid); [DllImport("kernel32.dll")] public static extern bool SetPriorityClass ...