AppDomainSetup::PrivateBinPath Property
.NET Framework (current version)
Gets or sets the list of directories under the application base directory that are probed for private assemblies.
Assembly: mscorlib (in mscorlib.dll)
public: property String^ PrivateBinPath { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IAppDomainSetup::PrivateBinPathPrivate assemblies are deployed in the same directory structure as the application. If the directories specified for PrivateBinPath are not under ApplicationBase, they are ignored.
.NET Framework
Available since 1.1
Available since 1.1
Show: