共通言語ランタイム
1. Common Language RuntimeThe Common Language Runtime (CLR) is the virtual machine component of Microsoft's . NET framework and is responsible for managing the execution of . NET programs. In a process known as just-in-time (JIT) compilation, the CLR compiles the intermediate language code known as Common Intermediate Language (CIL) into the machine instructions that in turn are executed by the computer's CPU. The CLR provides additional services including memory management, type safety and exception handling.
Read “Common Language Runtime” on English Wikipedia
Read “共通言語ランタイム” on Japanese Wikipedia
Read “Common Language Runtime” on DBpedia
Read “Common Language Runtime” on English Wikipedia
Read “共通言語ランタイム” on Japanese Wikipedia
Read “Common Language Runtime” on DBpedia
Discussions
Log in to talk about this word.