IAppDomainSetup.PrivateBinPathProbe 屬性

定義

取得或設定用來尋找應用程式的私用二進位目錄路徑。

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

屬性值

包含目錄名稱清單的 String,其中的每個名稱以分號隔開。

備註

將此屬性設定為從搜尋應用程式排除應用程式目錄路徑。 搜尋僅限於私人和全域二進位目錄路徑,以及全域組件快取。

完成第一個系結之後 AppDomain ,就無法變更這個屬性。

適用於