CLR

Short for Common Language Runtime, CLR is the virtual machine that is part of the Microsoft .NET framework. It takes Common Intermediate Language (CIL) code (bytecode from compiled C#, VB.NET or other .NET source code) and converts it to machine native code.

Also see: Programming definitions