System.AppDomainSetup.CachePath Property

Gets or sets the name of an area specific to the application where files are shadow copied.

Syntax

public string CachePath { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

In order for this property to have an effect, the AppDomainSetup.ApplicationName property must also be set. If the AppDomainSetup.ApplicationName property is not set, the AppDomainSetup.CachePath property is ignored and the shadow copy cache location defaults to the download cache.

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

Requirements

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