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.

AppDomain::RelativeSearchPath Property

 

Gets the path under the base directory where the assembly resolver should probe for private assemblies.

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

public:
property String^ RelativeSearchPath {
	virtual String^ get() sealed;
}

Property Value

Type: System::String^

The path under the base directory where the assembly resolver should probe for private assemblies.

Exception Condition
AppDomainUnloadedException

The operation is attempted on an unloaded application domain.

Private assemblies are deployed in the same directory structure as the application. If the path specified by the RelativeSearchPath property is not under AppDomainSetup::ApplicationBase, it is ignored.

This property returns the value set using AppDomainSetup::PrivateBinPath.

FileIOPermission

for access to the path information. Associated enumeration: FileIOPermissionAccess::PathDiscovery.

.NET Framework
Available since 1.1
Return to top
Show: