_AppDomain.AppendPrivatePath(String) メソッド

定義

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

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)

パラメーター

path
String

プライベート パスに追加するディレクトリの名前。

属性

注釈

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

適用対象