次の方法で共有


ExeContext.ExePath プロパティ

定義

アプリケーションの現在のパスを取得します。

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

プロパティ値

現在のパスを含んでいる文字列値。

適用対象