Subject | English | Arabic |
comp., MS | Common Intermediate Language | اللغة الوسيطة العامة (A language used as the output of a number of compilers and as the input to a just-in-time (JIT) compiler. The common language runtime includes a JIT compiler for converting the language to native code) |
comp., MS | common language runtime | وقت تشغيل اللغة العامة (The engine at the core of managed code execution. The runtime supplies managed code with services such as cross-language integration, code access security, object lifetime management, and debugging and profiling support) |
comp., MS | common language runtime host | مضيف وقت تشغيل لغة عامة (An unmanaged application that uses a set of APIs, called the hosting interfaces, to integrate managed code into the application. Common language runtime hosts often require a high degree of customization over the runtime that is loaded into the process) |
comp., MS | Common Language Specification | مواصفة اللغة العامة (A subset of language features supported by the common language runtime, including features common to several object-oriented programming languages. CLS-compliant components and tools are guaranteed to interoperate with other CLS-compliant components and tools) |