hello world

05 2023 档案

摘要:当使用LoadFromStream方法加载程序集时,该程序集会被加载到一个特定的AssemblyLoadContext实例中。通过调用Unload方法,可以卸载整个AssemblyLoadContext实例,从而释放该程序集及其相关资源。 而LoadFromAssemblyPath方法则是在默认的应 阅读全文
posted @ 2023-05-13 15:55 LiveCoding 阅读(632) 评论(0) 推荐(0)