Monday, May 11, 2009

What is the Microsoft Intermediate Language (MSIL)?

MSIL is the CPU-independent instruction set, into which .NET Framework programs are compiled. It contains instructions for loading, storing, initializing, and calling methods on objects. Combined with metadata and the CTS, MSIL allows for true cross-language integration. Prior to execution, MSIL is converted to machine code. It is not interpreted.

No comments:

Bookmark and Share