CLR

Updated: 10/01/2023 by Computer Hope

CLR may refer to any of the following:

common language runtime

1. The common language runtime, also known as the CLR, is a virtual machine used as part of Microsoft's .NET framework. It takes CIL (common intermediate language) code — bytecode from compiled C#, VB.NET or other .NET source code — and converts it to machine native code.

The CLR uses just-in-time compilation to execute the compiled code of .NET applications regardless of what programming language was used. In doing so, it ensures proper memory management, type safety, exception handling, garbage collection, system security, and thread management.

Tip

Additional information on CLR is on the Common Language Runtime site from Microsoft.

2. CLR is an abbreviation sometimes used for "clear." This abbreviation is used for labeling the CMOS (complementary metal-oxide semiconductor) clear password jumper. For example, it may be labeled as "CLRPWD," which is short for "clear password."

Compilation, Computer acronyms, Execute, Microsoft, Programming terms