2013年12月18日

c#强制执行内存回收

摘要: [DllImport("psapi.dll")]private static extern int EmptyWorkingSet(int hProcess);GC.Collect();GC.WaitForPendingFinalizers();EmptyWorkingSet(Process.GetCurrentProcess().Handle.ToInt32());效果十分的显著 阅读全文

posted @ 2013-12-18 10:51 空明流光 阅读(1311) 评论(0) 推荐(0)

导航