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::SetCachePath Method (String^)
.NET Framework (current version)
Establishes the specified directory path as the location where assemblies are shadow copied.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [ObsoleteAttribute("AppDomain.SetCachePath has been deprecated. Please investigate the use of AppDomainSetup.CachePath instead. http://go.microsoft.com/fwlink/?linkid=14202")] virtual void SetCachePath( String^ path ) sealed
Parameters
- path
-
Type:
System::String^
The fully qualified path to the shadow copy location.
Implements
_AppDomain::SetCachePath(String^)| Exception | Condition |
|---|---|
| AppDomainUnloadedException | The operation is attempted on an unloaded application domain. |
The cache path is ignored if the ApplicationName property is not set. See the AppDomainSetup::CachePath property.
For more information on shadow copying see Shadow Copying Assemblies.
SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 1.1
Available since 1.1
Show: