Check if loaded assembly is domain neutral

久未见 提交于 2019-12-12 12:26:54

问题


I've installed a few assemblies in GAC. Now, I'm loading them dynamicly in separate AppDomains.

Is there way to check if they are loaded as domain neutral assemblies?


回答1:


I found the solution by myself. Just use Process Explorer, get details of the process and then go to .Net Assemblies tab. But it need to run Process Explorer as administartor.



来源:https://stackoverflow.com/questions/21313007/check-if-loaded-assembly-is-domain-neutral

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!