Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Microsoft Intermediate Language
|
| Definition
| .NET language compilers—e.g., C# and VB.NET— compile source code into MSIL—a machine-independent, intemediate language. MSIL is subsequenly compiled by the Just-In-Time (JIT) compiler into machine language just prior to execution. The Native Image Generator Tool can also be used to convert MSIL into machine language.
|
| See also
| Just-In-Time, MSIL Assembler, MSIL Disassembler, Native Image Generator Tool.
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|