标签:style blog color os for sp div c log
foreach (System.Diagnostics.Process p in System.Diagnostics.Process.GetProcessesByName("Server")) { p.Kill(); }
c# 关闭软件 进程 杀死进程
原文地址:http://www.cnblogs.com/lxctboy/p/3999053.html