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 ,則會忽略它們。

適用於