Common Language Runtime
Apparence
Common Language Runtime (CLR) est le nom choisi par Microsoft pour le composant de machine virtuelle du framework .NET Framework. Il s'agit de l'implémentation par Microsoft du standard Common Language Infrastructure (CLI) qui définit l'environnement d'éxécution des codes de programmes. Le CLR fait tourner une sorte de bytecode nommé Common Intermediate Language.
Le CLR fonctionne sur des systèmes d'exploitation Microsoft Windows.
Voir aussi
- Parrot virtual machine
- Java virtual machine
- Portable.NET
- Metadata
- Runtime
- Common Type System
- C++/CLI
Références
- (en) Overview (Microsoft MSDN)