摘要: public static void CmdKillProcess(int pid) { string cmdStr = string.Format("taskkill /pid {0} /f &exit", pid); using (Process process = new Process()) 阅读全文
posted @ 2017-02-06 00:06 FreePress 阅读(1653) 评论(0) 推荐(0) 编辑