Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Common Intermediate Language
|
| Definition
| CIL is the code generated by a .NET language compiler. CIL defines a managed code file format featuring metadata and program instructions in a single file. Either the ilasm assembler or JIT compiler can be used to convert CIL to native machine code. Also known as Microsoft Intermediate Language (MSIL).
|
| See also
| ilasm, JIT, Microsoft Intermediate Language
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|