_AppDomain.SetShadowCopyPath(String) メソッド

定義

SetShadowCopyPath(String) メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

public:
 void SetShadowCopyPath(System::String ^ s);
public void SetShadowCopyPath(string s);
[System.Security.SecurityCritical]
public void SetShadowCopyPath(string s);
abstract member SetShadowCopyPath : string -> unit
[<System.Security.SecurityCritical>]
abstract member SetShadowCopyPath : string -> unit
Public Sub SetShadowCopyPath (s As String)

パラメーター

s
String

ディレクトリ名の一覧。各名前はセミコロンで区切られます。

属性

注釈

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

適用対象