摘要: //获取当前进程的完整路径,包含文件名(进程名)。 string str1 = this.GetType().Assembly.Location; //result: X:\xxx\xxx\xxx.exe(.exe文件所在的目录 +.exe文件名) //获取新的 Process 组件并将其与当前活动 阅读全文
posted @ 2022-02-21 20:26 Domefy 阅读(91) 评论(0) 推荐(0)