Вопрос

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!

Это было полезно?

Решение

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

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top