Common Language Infrastructure: Difference between revisions

Content deleted Content added
PyetroPy (talk | contribs)
Overview: Moved stray sentence into VES.
PyetroPy (talk | contribs)
Overview: Clarified sentence
Tags: Mobile edit Mobile web edit
Line 34:
:The VES loads and executes CLI-compatible programs, using the metadata to combine separately generated pieces of code at runtime.
:All compatible languages compile to [[Common Intermediate Language]] (CIL), which is an [[intermediate language]] that is abstracted from the platform hardware. When the code is executed, the platform-specific VES will compile the CIL to the [[machine language]] according to the specific hardware and operating system.
:In the CLI standard initially developed by Microsoft, it'sthe VES is implemented by the [[Common Language Runtime]] (CLR).
 
;The [[Standard Libraries (CLI)|Standard Libraries]]