C#/기초
[C#] Using AppDomain in C#
딸기우유중독
2023. 12. 12. 17:14
Using AppDomain in C# to dynamically load and unload dll
In one of my application, which is related to system diagnostics, the related DLL is to be loaded and unloaded dynamically in C#. After some search I found that a separate DLL cannot be loaded
stackoverflow.com
How to: Load Assemblies into an Application Domain - .NET Framework
Learn how to load assemblies into an application domain in .NET. The recommended way is to use the static (or Shared) Load method in System.Reflection.Assembly.
learn.microsoft.com
728x90