_AppDomain.SetCachePath(String) メソッド

定義

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 -> unit
Public Sub SetCachePath (s As String)

パラメーター

s
String

シャドウ コピー先の絶対パス。

属性

注釈

メソッドを AppDomain.SetCachePath 参照してください。

適用対象