IAppDomainSetup.PrivateBinPath 屬性

定義

取得或設定與 ApplicationBase 目錄結合,以探查私用 (Private) 組件的目錄清單。

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,其中的每個名稱以分號隔開。

備註

私人元件會部署在與應用程式相同的目錄結構中。

適用於