关于[Dynamically Loading Types in .NET Core with a Custom Assembly Load Context ]的摘要:
A few weeks ago, we looked at dynamically loading .NET Standard assemblies in .NET Core. This approach loaded the assemblies into the default assembly load context. Another option is to create a custom assembly load context, and that's what we'll look at today.
原文地址: https://jeremybytes.blogspot.com/2020/01/dynamically-loading-types-in-net-core.html