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.

IAppDomainSetup::PrivateBinPath Property

 

Gets or sets the list of directories that is combined with the ApplicationBase directory to probe for private assemblies.

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

property String^ PrivateBinPath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String containing a list of directory names, where each name is separated by a semicolon.

Private assemblies are deployed in the same directory structure as the application.

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