从 Net Core (Net7) 中的线程使用 GetTypes() 时,R2R(准备运行)程序集的访问冲突

Access Violation from R2R (ready-to-run) assembly when using GetTypes() from a thread in Net Core (Net7)

提问人:powernemo 提问时间:3/4/2023 最后编辑:marc_spowernemo 更新时间:3/4/2023 访问量:41

问:

我在我正在使用的线程中

AssemblyLoadContext.Default.Assemblies

检索加载的程序集并调用它们。GetTypes()

在程序集列表中,还有一个程序集是即用型 (R2R) 程序集。在“监视”或“即时窗口”中调用甚至检查程序集实例时,我收到访问冲突。PresentationFrameworkGetTypes()

有没有办法正确处理 R2R 程序集并确保我可以获取类型或完全跳过文件?

C# .net-core 访问冲突 程序集加载

评论


答: 暂无答案