AppDomain.ShadowCopyFiles Eigenschaft
Definition
Gibt an, ob die Anwendungsdomäne für das Erstellen von Dateischattenkopien konfiguriert ist.Gets an indication whether the application domain is configured to shadow copy files.
public:
property bool ShadowCopyFiles { bool get(); };
public bool ShadowCopyFiles { get; }
member this.ShadowCopyFiles : bool
Public ReadOnly Property ShadowCopyFiles As Boolean
Eigenschaftswert
true
, wenn in der Anwendungsdomäne Dateischattenkopien erstellt werden, andernfalls false
.true
if the application domain is configured to shadow copy files; otherwise, false
.
Implementiert
Ausnahmen
Der Vorgang wird für eine entladene Anwendungsdomäne ausgeführt.The operation is attempted on an unloaded application domain.
Hinweise
Weitere Informationen finden Sie unter AppDomainSetup.ShadowCopyFiles und schattenkopierungsassemblys.For more information, see AppDomainSetup.ShadowCopyFiles and Shadow Copying Assemblies.