2016年12月1日
摘要: 获取应用程序路径 //获取当前进程的完整路径,包含文件名(进程名)。string str = this.GetType().Assembly.Location;result: X:\xxx\xxx\xxx.exe (.exe文件所在的目录+.exe文件名)//获取新的 Process 组件并将其与当 阅读全文
posted @ 2016-12-01 13:02 Step-City 阅读(171) 评论(0) 推荐(0) 编辑