次の方法で共有


_AppDomain.DynamicDirectory プロパティ

動的に作成されたアセンブリを探すためにアセンブリ リゾルバが使用したディレクトリを取得します。

ReadOnly Property DynamicDirectory As String
[C#]
string DynamicDirectory {get;}
[C++]
__property String* get_DynamicDirectory();
[JScript]
function get DynamicDirectory() : 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 名前空間