次の方法で共有


Application.ExecutablePath プロパティ

アプリケーションを開始した実行可能ファイルのパスを、ファイル名を含めて取得します。

Public Shared ReadOnly Property ExecutablePath As String
[C#]
public static string ExecutablePath {get;}
[C++]
public: __property static String* get_ExecutablePath();
[JScript]
public static function get ExecutablePath() : String;

プロパティ値

アプリケーションを開始した実行可能ファイルのパスおよびファイル名。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

Application クラス | Application メンバ | System.Windows.Forms 名前空間