AppDomainSetup::PrivateBinPathProbe Property
.NET Framework (current version)
Gets or sets a string value that includes or excludes ApplicationBase from the search path for the application, and searches only PrivateBinPath.
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.
Implements
IAppDomainSetup::PrivateBinPathProbeSet 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
Available since 1.1
Show: