Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AppDomainSetup::PrivateBinPathProbe Property

 

Gets or sets a string value that includes or excludes ApplicationBase from the search path for the application, and searches only PrivateBinPath.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ PrivateBinPathProbe {
	virtual String^ get() sealed;
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

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.

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft