AppDomainSetup.CachePath 属性

定义

获取或设置特定于应用程序且从中对文件进行卷影复制的区域的名称。

public:
 property System::String ^ CachePath { System::String ^ get(); void set(System::String ^ value); };
public string CachePath { get; set; }
member this.CachePath : string with get, set
Public Property CachePath As String

属性值

String

从中对文件进行卷影复制的目录路径和文件名的完全限定名。

实现

注解

为了使此属性生效, ApplicationName 还必须设置该属性。 如果未设置该 ApplicationName 属性, CachePath 则忽略该属性,并且卷影复制缓存位置默认为下载缓存。

有关卷影复制的详细信息,请参阅 卷影复制程序集

适用于

另请参阅