摘要:
处理未捕获的异常,放在program类的Main函数下 1.UnhandledException 作用:接收未捕获到的异常 例: 2.ThreadException 作用:winform接收UI线程的异常 参考:https://blog.csdn.net/lrh_079/article/detail 阅读全文
摘要:
private const string FileName = "test.exe"; //进程名称不带扩展名 private const string ProcessName = "test"; /// /// 打开进程 /// /// /// ... 阅读全文