[DllImport("psapi.dll")] private static extern int EmptyWorkingSet(int hProcess); GC.Collect(); GC.WaitForPendingFinalizers(); EmptyWorkingSet(Process.GetCurrentProcess().Handle.ToInt32()); 效果十分的显著
posted on 2013-12-18 10:51 空明流光 阅读(1297) 评论(0) 编辑 收藏 举报