편집

다음을 통해 공유


AppDomain.SetShadowCopyFiles Method

Definition

Caution

AppDomain.SetShadowCopyFiles has been deprecated and is not supported.

Caution

AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. https://go.microsoft.com/fwlink/?linkid=14202

Caution

AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. http://go.microsoft.com/fwlink/?linkid=14202

Turns on shadow copying.

public:
 void SetShadowCopyFiles();
[System.Obsolete("AppDomain.SetShadowCopyFiles has been deprecated and is not supported.")]
public void SetShadowCopyFiles();
[System.Obsolete("AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public void SetShadowCopyFiles();
[System.Obsolete("AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public void SetShadowCopyFiles();
public void SetShadowCopyFiles();
[System.Obsolete("AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. http://go.microsoft.com/fwlink/?linkid=14202")]
[System.Security.SecurityCritical]
public void SetShadowCopyFiles();
[<System.Obsolete("AppDomain.SetShadowCopyFiles has been deprecated and is not supported.")>]
member this.SetShadowCopyFiles : unit -> unit
[<System.Obsolete("AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.SetShadowCopyFiles : unit -> unit
[<System.Obsolete("AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.SetShadowCopyFiles : unit -> unit
member this.SetShadowCopyFiles : unit -> unit
[<System.Obsolete("AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
[<System.Security.SecurityCritical>]
member this.SetShadowCopyFiles : unit -> unit
Public Sub SetShadowCopyFiles ()
Attributes

Exceptions

The operation is attempted on an unloaded application ___domain.

Remarks

For more information on shadow copying, see Shadow Copying Assemblies.

Applies to

See also