Msil is to set. netCodeAn intermediate process of converting to machine language. It is a pseudo-assembly language between an advanced language and an Intel-based assembly language. When you compile a. netProgramThe compiler willSource codeTranslated into Microsoft intermediate language (msil), a group of commands that can effectively convert to Local Code and are independent of the CPU. When these commands are executed, the real-time (JIT) compiler converts them into CPU-specific code. Because the Common Language Runtime Library supports multiple real-time compilers, the same msil code can be compiled and run in different structures in real time by different compilers. Theoretically, msil will eliminate disputes between different languages in the industry over the years. In. in the world of net, the following may occur: some code can be implemented with effil, while others use C # Or VB.. net, but the code will be converted to an intermediate language. This gives programmers great flexibility. programmers can choose the language they are familiar with, and no longer have to worry about learning new languages that are constantly being introduced.
Document Download