Search code examples
c#.netgarbage-collectionclrprofiler

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. Is it Garbage Collection? What clr.dll can do? Please tell me. Thank you!


Solution

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