AppDomainSetup.PrivateBinPathProbe Property

Definition

Gets or sets a string value that includes or excludes ApplicationBase from the search path for the application, and searches only 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

Property Value

A null reference (Nothing in Visual Basic) to include the application base path when searching for assemblies; any non-null string value to exclude the path. The default value is null.

Implements

Remarks

Set this property to any non-null string value, including String.Empty (""), to exclude the application directory path - that is, ApplicationBase - from the search path for the application, and to search for assemblies only in PrivateBinPath.

Applies to