|
What is an IL
Intermediate Language(IL) is also known as Microsoft Intermediate Language(MSIL) or Common Intermediate Language(CIL). 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 an Just-In-Time(JIT) Compiler.
|
User Comments:
Post Your Comment :
|