言語

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 。各名前はセミコロンで区切られます。

注釈

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

適用対象