Probing assembly in .net

守給你的承諾、 提交于 2019-12-11 14:10:01

问题


I know that how CLRprobing assembly but I want to know:Is CLRprobing assembly in GAC folder?


回答1:


The CLR will check the GAC prior to using the probing hints. The full details of the order in which assemblies are found are located on MSDN.

Basically, once the CLR knows which assembly (including version) needs to be found, it sees if it's loaded already, then checks the GAC, then probes using the probing hints.



来源:https://stackoverflow.com/questions/14860243/probing-assembly-in-net

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