Skip to content
EntityQ733134· pop 28· linked from 242 articles

Common Language Runtime

Sign in to save

Also known as CLR, Common Language Runtime, CLR, .NET CLR

virtual machine component of Microsoft's .NET framework

Article · Français

Common Language Runtime (CLR) est le nom choisi par Microsoft pour le composant de machine virtuelle du framework .NET. Il s'agit de l'implémentation par Microsoft du standard Common Language Infrastructure (CLI) qui définit l'environnement d'exécution des codes de programmes. Le CLR fait tourner une sorte de bytecode nommé Common Intermediate Language (CIL). Le compilateur à la volée transforme le code CIL en code natif spécifique au système d'exploitation.Le CLR fonctionne sur des systèmes d'exploitation Microsoft Windows. Le CLR est composé des quatre parties suivantes : * Common Type System (CTS) ; * (CLS) ; * ; * (VES).

Abstract from DBpedia / Wikipedia · CC BY-SA