プライベート アセンブリの場所を指定するパスを空の文字列 ("") にリセットします。
Sub ClearPrivatePath()
[C#]
void ClearPrivatePath();
[C++]
void ClearPrivatePath();
[JScript]
function ClearPrivatePath();
解説
プライベート パスは、共通言語ランタイムがプライベート アセンブリを検索する場所を示す、ベース ディレクトリを基準とした相対パスです。
詳細については、 AppDomainSetup.PrivateBinPath のトピックを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
_AppDomain インターフェイス | _AppDomain メンバ | System 名前空間 | String.Empty