2009年2月12日

C#代码,启动和杀掉进程

摘要: using System.Diagnostics; //有Process类//方法一//this.process1.StartInfo = new ProcessStartInfo(@"c:\windows\system32\calc.exe");//this.process1.Start();//方法二this.process1.StartInfo.FileName = @"c:\windows... 阅读全文

posted @ 2009-02-12 15:16 VictorShan 阅读(765) 评论(0) 推荐(0)

导航