What is clr.dll on .Net framework and what does it do?

别等时光非礼了梦想. 提交于 2021-02-18 08:59:13

问题


I use profiling tools on VS2012 and see,that clr.dll works a lot of time. Is it Garbage Collection? What clr.dll can do? Please tell me. Thank you!


回答1:


Common Language Runtime. It's basically the engine for .NET




回答2:


clr.dll is the primary binary in the .NET runtime version 4.0 and forward. This dll used to be mscorwks.dll in previous versions of .NET.



来源:https://stackoverflow.com/questions/19698819/what-is-clr-dll-on-net-framework-and-what-does-it-do

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