AppDomainSetup.PrivateBinPathProbe 属性

定义

获取或设置一个字符串值,该值包括或排除 ApplicationBase 应用程序搜索路径,并仅 PrivateBinPath搜索。

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

属性值

一个 null 引用(Visual Basic中的 Nothing),用于在搜索程序集时包含应用程序基路径;要排除该路径的任何非 null 字符串值。 默认值为 null

实现

注解

将此属性设置为任何非 null 字符串值(包括 String.Empty (“),以从应用程序的搜索路径中排除应用程序目录路径(即, ApplicationBase )并仅在其中 PrivateBinPath搜索程序集。

适用于