IApplicationHost.GetPhysicalPath メソッド

定義

アプリケーションのルートの物理パスを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 System::String ^ GetPhysicalPath();
public string GetPhysicalPath ();
abstract member GetPhysicalPath : unit -> string
Public Function GetPhysicalPath () As String

戻り値

アプリケーションのルートの物理パス。

注釈

GetPhysicalPathは、.NET Framework 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象