Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在のアプリケーション ドメインの AppDomain.CurrentDomain.SetupInformation.PrivateBinPath を変更できるかどうかは誰にもわかりませんか? または、これは将来の appdomain インスタンスにのみ影響します..
ありがとう。
図書館は言う
AppDomainSetup インスタンスのプロパティを変更しても、既存の AppDomain には影響しません。CreateDomain メソッドが AppDomainSetup インスタンスをパラメータとして呼び出された場合、新しい AppDomain の作成にのみ影響を与える可能性があります。
これが必要なときは、他のアプリのステージを設定する空の AppDomain でアプリを開始しました。これについてさらに情報が必要ですか?