dll")] static extern int EmptyWorkingSet(IntPtr hwProc); static void MinimizeFootprint() { EmptyWorkingSet(System.Diagnostics.Process.GetCurrentProcess().Handle); ...
確定! 回上一頁