Modifier

_AppDomain.AppendPrivatePath(String) Method

Definition

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

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

Parameters

path
String

The name of the directory to be appended to the private path.

Attributes

Remarks

See the AppDomain.AppendPrivatePath method.

Applies to