摘要:
VS2005(C#)System.Diagnostics.Process 提供对本地和远程进程的访问并使您能够启动和停止本地系统进程。System.Diagnostics.Process[] myProcesses = System.Diagnostics.Process.GetProcesses();foreach (System.Diagnostics.Process myProcess in... 阅读全文
posted @ 2007-09-24 13:44
antsoftcn
阅读(1669)
评论(0)
推荐(0)