AppDomainSetup.CachePath 属性
获取或设置特定于应用程序的、影像复制文件所使用的区域的名称。
**命名空间:**System
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Public Property CachePath As String
用法
Dim instance As AppDomainSetup
Dim value As String
value = instance.CachePath
instance.CachePath = value
public string CachePath { get; set; }
public:
virtual property String^ CachePath {
String^ get () sealed;
void set (String^ value) sealed;
}
/** @property */
public final String get_CachePath ()
/** @property */
public final void set_CachePath (String value)
public final function get CachePath () : String
public final function set CachePath (value : String)
属性值
一个 String,它是在其中进行文件影像复制的完全限定的目录路径名称和文件名。
.NET Framework 安全性
- FileIOPermission 用于访问路径信息。关联的枚举:PathDiscovery。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
AppDomainSetup 类
AppDomainSetup 成员
System 命名空间
ShadowCopyFiles
ShadowCopyDirectories