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::ClearShadowCopyPath Method ()
.NET Framework (current version)
Resets the list of directories containing shadow copied assemblies to the empty string ("").
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [ObsoleteAttribute("AppDomain.ClearShadowCopyPath has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyDirectories instead. http://go.microsoft.com/fwlink/?linkid=14202")] virtual void ClearShadowCopyPath() sealed
Implements
_AppDomain::ClearShadowCopyPath()| Exception | Condition |
|---|---|
| AppDomainUnloadedException | The operation is attempted on an unloaded application domain. |
The shadow copy path is a list of directories where shadow copied assemblies are stored.
For more information, see AppDomainSetup::ShadowCopyDirectoriesand 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: