Application.ExecutablePath 属性

定义

获取启动了应用程序的可执行文件的路径,包括可执行文件的名称。

public:
 static property System::String ^ ExecutablePath { System::String ^ get(); };
public static string ExecutablePath { get; }
static member ExecutablePath : string
Public Shared ReadOnly Property ExecutablePath As String

属性值

启动了应用程序的可执行文件的路径和可执行文件的名称。

此路径将有所不同,具体取决于是否使用 ClickOnce 部署Windows 窗体应用程序。 ClickOnce 应用程序存储在 C:\Documents and Settings\username 目录中的每用户应用程序缓存中。 有关详细信息,请参阅 在 ClickOnce 应用程序中访问本地和远程数据

适用于