_AppDomain.SetShadowCopyPath(String) Method

Definition

Provides COM objects with version-independent access to the SetShadowCopyPath(String) method.

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)

Parameters

s
String

A list of directory names, where each name is separated by a semicolon.

Attributes

Remarks

See the AppDomain.SetShadowCopyPath method.

Applies to