ExeContext.ExePath 属性

定义

获取应用程序的当前路径。

public:
 property System::String ^ ExePath { System::String ^ get(); };
public string ExePath { get; }
member this.ExePath : string
Public ReadOnly Property ExePath As String

属性值

包含当前路径的字符串值。

适用于