简体   繁体   English

什么是.Net框架上的clr.dll,它有什么作用?

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

I use profiling tools on VS2012 and see,that clr.dll works a lot of time. 我在VS2012上使用分析工具,看看clr.dll工作了很多时间。 Is it Garbage Collection? 是垃圾收集? What clr.dll can do? clr.dll可以做什么? Please tell me. 请告诉我。 Thank you! 谢谢!

Common Language Runtime. 公共语言运行时。 It's basically the engine for .NET 它基本上是.NET的引擎

clr.dll is the primary binary in the .NET runtime version 4.0 and forward. clr.dll是.NET运行时版本4.0和转发版中的主要二进制文件。 This dll used to be mscorwks.dll in previous versions of .NET. 这个dll曾经是以前版本的.NET中的mscorwks.dll。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM