我想获取当前正在运行的程序的名称,即该程序的可执行名称。在C / C ++中,您可以从获得它args[0]。
args[0]
System.AppDomain.CurrentDomain.FriendlyName