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.StringThe 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: