mscordacwks.dll and mscorwks.dll confusions

独自空忆成欢 提交于 2019-12-05 15:25:15

问题


What are the different functions mscordacwks.dll and mscorwks.dll performing in .Net framework runtime, build and in debugging process? Are there any recommended readings for this topic? I have searched for quite some time but failed.

thanks in advance, George


回答1:


mscorwks is the main MS CLR implementation.

mscordacwks provides a data-access abstraction over the CLR details, so that debuggers (such as SOS) don't need to know too much about the internals of mscorwks. A discussion is given here.

But in general, you simply don't need to work with these - so unless you're writing your own IDE/debugger, you can probably leave them alone.



来源:https://stackoverflow.com/questions/670725/mscordacwks-dll-and-mscorwks-dll-confusions

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