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

前端 未结 2 1034
孤城傲影
孤城傲影 2021-02-18 16:25

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!

相关标签:
2条回答
  • 2021-02-18 16:59

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

    0 讨论(0)
  • 2021-02-18 17:06

    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.

    0 讨论(0)
提交回复
热议问题