本文介绍了进程启动系统诊断方法添加的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
system.diagnostics
如何使用
system.diagnostics
how can i reference it ??to use
推荐答案
using System.Diagnostics;
进入类的开头等,或使用整个命名空间:
into the beginning of your class etc or use the whole namespace:
System.Diagnostics.Process.Start("SomethingToStart");
这篇关于进程启动系统诊断方法添加的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!