_AppDomain.AppendPrivatePath(String) メソッド

定義

COM オブジェクトに、AppendPrivatePath(String) メソッドへのバージョンに依存しないアクセスが用意されています。

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 参照してください。

適用対象