IAppDomainSetup.PrivateBinPath プロパティ

定義

プライベート アセンブリを検索するために ApplicationBase ディレクトリと組み合わせて使用されるディレクトリのリストを取得または設定します。

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

プロパティ値

セミコロンで区切られたディレクトリ名のリストを格納している String

注釈

プライベート アセンブリは、アプリケーションと同じディレクトリ構造でデプロイされます。

適用対象