IAppDomainSetup.ApplicationBase プロパティ

定義

アプリケーションを含むディレクトリの名前を取得または設定します。

public:
 property System::String ^ ApplicationBase { System::String ^ get(); void set(System::String ^ value); };
public string ApplicationBase { get; set; }
member this.ApplicationBase : string with get, set
Public Property ApplicationBase As String

プロパティ値

アプリケーション ベース ディレクトリの名前を含む String

注釈

アセンブリ キャッシュ マネージャーの APPBASE 変数を取得または設定するときに使用されます。 これは、アセンブリ マネージャーがアセンブリのプローブを開始する必要があるディレクトリです。 AppDomainが最初のバインドを完了した後は、このプロパティを変更できません。

適用対象