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

 

Gets or sets the private binary directory path used to locate an application.

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

property String^ PrivateBinPathProbe {
	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.

Set this property to exclude the application directory path from the search for the application. The search is restricted to private and global binary directory paths, and the global assembly cache.

This property cannot be changed after the AppDomain has finished its first bind.

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