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 セキュリティ:
- FileIOPermission (パスを取得するために必要なアクセス許可) FileIOPermissionAccess.PathDiscovery (関連する列挙体)
参照
Application クラス | Application メンバ | System.Windows.Forms 名前空間