AppDomainSetup.PrivateBinPath プロパティ

定義

プライベート アセンブリが調査されるアプリケーション ベース ディレクトリ下に存在するディレクトリのリストを取得または設定します。

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

セミコロンで区切られたディレクトリ名のリスト。

実装

注釈

プライベート アセンブリは、アプリケーションと同じディレクトリ構造でデプロイされます。 指定された PrivateBinPath ディレクトリが下 ApplicationBaseにない場合、それらは無視されます。

適用対象