Common Intermediate Language
Encyclopedia : C : CO : COM : Common Intermediate Language
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 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
- Hello world program in CIL
External links
- [C# Online.NET / Microsoft Intermediate Language (MSIL)]
- [Kenny Kerr's intro to CIL (called MSIL in the tutorial)]
- [Common Language Infrastructure (CLI ) - Partition III - CIL Instruction Set]
- [Tutorial including CIL (called MSIL in the tutorial) by Aleksey Nudelman]
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
