Define IL in VB. Net.
MSIL stands for Microsoft Intermediate Language. We can call it as
Intermediate Language (IL) or Common Intermediate Language (CIL). During the
compile time , the compiler convert the source code into Microsoft Intermediate
Language (MSIL) .Microsoft Intermediate Language (MSIL) is a CPU-independent
set of instructions that can be efficiently converted to the native code.
During the runtime the Common Language Runtime (CLR)'s Just In Time (JIT)
compiler converts the Microsoft Intermediate Language (MSIL) code into native
code to the Operating System.
Labels: VB.Net
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home