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::PrivateBinPath Property

 

Gets or sets the list of directories under the application base directory that are probed for private assemblies.

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

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

Property Value

Type: System::String^

A list of directory names separated by semicolons.

Private 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
Return to top
Show:
© 2017 Microsoft