_AppDomain.DynamicDirectory プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、DynamicDirectoryプロパティです。

public:
 property System::String ^ DynamicDirectory { System::String ^ get(); };
public string DynamicDirectory { get; }
member this.DynamicDirectory : string
Public ReadOnly Property DynamicDirectory As String

プロパティ値

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

注釈

AppDomain.DynamicDirectory プロパティをご覧ください。

適用対象