対訳 共通言語ランタイム
出典:Wikipedia
出典:『Wikipedia』 (2011/08/03 05:05 UTC 版)
The Common Language Runtime (CLR) is a special run time environment that provides the underlying infrastructure for Microsoft's .NET framework. This runtime is where the source code of an application is compiled into an intermediate language called CIL , originally known as MSIL (Microsoft Intermediate Language). When the program is then run, the CIL code is translated into the native code of the operating system using a just-in-time (JIT) compiler.
![]()