_AppDomain.SetCachePath(String) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 COM 对象提供对 SetCachePath(String) 方法的与版本无关的访问。
public:
 void SetCachePath(System::String ^ s);public void SetCachePath (string s);[System.Security.SecurityCritical]
public void SetCachePath (string s);abstract member SetCachePath : string -> unit[<System.Security.SecurityCritical>]
abstract member SetCachePath : string -> unitPublic Sub SetCachePath (s As String)参数
- s
- String
到卷影副本位置的完全限定路径。
- 属性
注解
请参见 AppDomain.SetCachePath 方法。