Common Language Runtime Article Index for
Common
Website Links For
Common
 

Information About

Common Language Runtime




The CLR runs a form of Bytecode , not unlike the Java Bytecode that runs on the Java Virtual Machine , called the Common Intermediate Language .

The CLR is Microsoft's commercial implementation of the Common Language Infrastructure standard for desktops running Microsoft operating systems. There are also open source implementations for several platforms, (important libraries are missing, but other functionality is added). See CLI for a list of implementations.


SEE ALSO



REFERENCES