-
The more I learn about it, the more I get to appreciate the CLR.
随着我对CLR的了解越来越多,我也越来越喜欢它了。
-
The CLR Profiler tool is great for memory utilization analysis.
CLR分析器工具非常适合于内存利用分析。
-
Solution 1: Attach to the process after CLR code is used in the process.
解决1:在CLR代码已经被该进程使用后再附加到该进程。
-
Since this code is run directly by Visual Studio it must be in CLR 4.
由于这个代码是直接在Visual Studio中运行,所以必须为CLR 4的项目。
-
The AppDomain is the minimum block of code that can be unloaded off the CLR.
应用程序域是CLR下最小代码单元。
1. CLR(common language runtime)即公共语言运行库,是托管代码执行核心中的引擎。CLR为托管代码提供各种服务,如跨语言集成、跨语言异常处理、增强的安全性、版本控制和部署支持、简化的组件交互模型、调试和分析服务等。使CLR能够向托管代码提供服务,语言编译器必须生成一些元数据来描述代码中的类型、成员和引用。