Definition: In .NET, CIL means Common Intermediate Language and is the name for Object Code produced by .NET compilers. It is usually found in assemblies.
At runtime when the application loads, the CIL is converted into native Machine Code.
Glossary:
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZAlso Known As: MSIL, Microsoft Intermediate Language

