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.
C# アプリケーションでアセンブリをロードおよびアンロードしようとしていますが、アセンブリをアンロードできず、アンロードされたアセンブリを動的に置き換えることができません。
アセンブリをアンロードすることはできません。そこに入ると、JITがコンパイルされたすべてのコードを分解することはできません。
ただし、別のAppDomainにロードし、完了したらそのAppDomainを破棄することができます。