Common Intermediate Language

From Free net encyclopedia

Revision as of 19:54, 26 March 2006; view current revision
←Older revision | Newer revision→
Image:Merge-arrows.gif It has been suggested that this article or section be merged with Microsoft Intermediate Language. (Discuss)


Common Intermediate Language (CIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET and [[Managed Extensions for C++|Managed C++]].

With the beta releases of the .NET languages, CIL was originally known as Microsoft Intermediate Language (MSIL). Due to standardization of C# and the Common Language Infrastructure, the bytecode is now officially known as CIL. CIL is still often referred to as MSIL, however, and has been backronymed to mean Machine Symbolic Intermediate Language. This is especially true of longtime veterans of the .NET languages.

See also

External links

it:Common Intermediate Language pl:Common Intermediate Language zh:微软中间语言