System.IAppDomainSetup.ShadowCopyDirectories Property

Gets or sets the names of the directories containing assemblies to be shadow copied.

Syntax

public string ShadowCopyDirectories { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

All directories specified by AppDomainSetup.PrivateBinPath, including the directory specified by AppDomainSetup.ApplicationBase, are shadow copied by default if this property is not set.

If an executable file is in use, updates to the executable file are stored in a shadow copy directory. Existing users continue using the original executable file until it terminates, while new users use the shadow copied executable file.

This property cannot be changed after the AppDomain has finished its first bind.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0