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
.NET Framework (current version)
Gets the path under the base directory where the assembly resolver should probe for private assemblies.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::String^The path under the base directory where the assembly resolver should probe for private assemblies.
Implements
_AppDomain::RelativeSearchPath| 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
Available since 1.1
Show: