AppDomain::ShadowCopyFiles Property
.NET Framework (current version)
Gets an indication whether the application domain is configured to shadow copy files.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the application domain is configured to shadow copy files; otherwise, false.
Implements
_AppDomain::ShadowCopyFiles| Exception | Condition |
|---|---|
| AppDomainUnloadedException | The operation is attempted on an unloaded application domain. |
For more information, see AppDomainSetup::ShadowCopyFiles and Shadow Copying Assemblies.
.NET Framework
Available since 1.1
Available since 1.1
Show: