AppDomain.AppendPrivatePath メソッド
指定したディレクトリ名をプライベート パスに追加します。
Public Overridable Sub AppendPrivatePath( _
ByVal path As String _) Implements _AppDomain.AppendPrivatePath
[C#]
public virtual void AppendPrivatePath(stringpath);
[C++]
public: virtual void AppendPrivatePath(String* path);
[JScript]
public function AppendPrivatePath(
path : String);
パラメータ
- path
プライベート パスに追加するディレクトリ名。
実装
例外
例外の種類 | 条件 |
---|---|
AppDomainUnloadedException | 操作が、アンロードされたアプリケーション ドメインで試行されています。 |
SecurityException | 呼び出し元に、正しいアクセス許可がありません。要件のセクションを参照してください。 |
解説
プライベート パス (相対検索パス) は、アセンブリ リゾルバがプライベート アセンブリを探す場所を示す、ベース ディレクトリを基準とした相対パスです。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングが呼び出されるときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)
- SecurityPermission (このメソッドを使用するために必要なアクセス許可) SecurityAction.LinkDemand (関連する列挙体)