IAppDomainInfo.GetPhysicalPath メソッド

定義

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

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

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

戻り値

String

アプリケーション ドメインの物理パス。

注釈

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

適用対象