Definitions for "MSIL"
Keywords:  cil, clr, ecma, cli, runtime
An intermediate, CPU-independent language (also known as IL, or Intermediate Language) into which source code is compiled in Microsoft's Common Language Infrastructure (CLI), part of its .NET platform. The Common Language Runtime (CLR) includes a compiler for converting MSIL to native code. See CLI, CLR and . NET.
The Microsoft implementation of the ECMA standard CIL.