C#如何獲取當(dāng)前程序名稱
當(dāng)前位置:點晴教程→知識管理交流
→『 技術(shù)文檔交流 』
using System.Diagnostics;
string thisPath = Application.StartupPath;
Process thisExe = Process.GetCurrentProcess();
string filePath = thisPath + "\\" + thisExe.ProcessName + ".exe";
該文章在 2021/3/30 10:55:03 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |