次の方法で共有


_AppDomain.RelativeSearchPath プロパティ

アセンブリ リゾルバがプライベート アセンブリを探す場所を示す、ベース ディレクトリを基準とした相対パスを取得します。

ReadOnly Property RelativeSearchPath As String
[C#]
string RelativeSearchPath {get;}
[C++]
__property String* get_RelativeSearchPath();
[JScript]
function get RelativeSearchPath() : String;

プロパティ値

アセンブリ リゾルバがプライベート アセンブリを調べる場所を示す、ベース ディレクトリを基準とした相対パス。

解説

プライベート アセンブリは、アプリケーションと同じディレクトリ構造に配置されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

_AppDomain インターフェイス | _AppDomain メンバ | System 名前空間