摘要:
[DllImport("psapi.dll")]public static extern bool EmptyWorkingSet(IntPtr hProcess);public FreeMem(string programName){ EmptyWorkingSet(Process.GetCurrentProcess().Handle); foreach(Process process in Process.GetProcesses(programName)) { try { EmptyW... 阅读全文
posted @ 2012-03-30 15:28
一修先生
阅读(902)
评论(0)
推荐(0)

浙公网安备 33010602011771号