Home »

What is an IL?

Question ListCategory: .NETWhat is an IL?
milleranthony7 author asked 9 years ago
1 Answers
jessica537 author answered 8 years ago

Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code is compiled to IL. IL is then converted to machine code at the point where the software is installed, or at run- time by a Just- In- Time (JIT) compiler.

Please login or Register to Submit Answer