-
21 binding policy
A policy that establishes which version of an assembly is loaded by the common language runtime. -
22 Class Designer
"A fully-functional, visual design environment for the Common Language Runtime." -
23 generics
"A feature of the common language runtime, conceptually similar to C++ templates, that allows classes, structures, interfaces, and methods to have placeholders (generic type parameters) for the data types they store and manipulate. Generic types are a form of parameterized types." -
24 logical tree
"In Windows Presentation Foundation, the tree containing all the elements and content that are directly created by an application and used for a user interface element. For the specified element, the logical tree is not a strict subset of its visual tree, because elements derived from the Visual base class might contain elements that are not derived from the Visual class. For example, the elements might contain a String, a TextElement, or any other common language runtime object." -
25 COM callable wrapper
"A proxy object generated by the common language runtime so that existing COM applications can use managed classes, including.NET Framework classes, transparently." -
26 CCW
"A proxy object generated by the common language runtime so that existing COM applications can use managed classes, including.NET Framework classes, transparently." -
27 .NET Compact Framework
"A hardware-independent environment for running programs on resource-constrained computing devices. It inherits the full.NET Framework architecture of the common language runtime, supports a subset of the.NET Framework class library, and contains classes designed exclusively for the.NET Compact Framework. Supported devices include personal data assistants (PDAs) (such as the Pocket PC), mobile phones, set-top boxes, automotive computing devices, and custom-designed embedded devices built with the Microsoft Windows CE.NET operating system."إطار العمل المضغوط لـ.NET -
28 Framework
"An integral Windows component that supports building, deploying, and running the next generation of applications and XML Web services. It provides a highly productive, standards-based, multilanguage environment for integrating existing investments with next generation applications and services, as well as the agility to solve the challenges of deployment and operation of Internet-scale applications. The.NET Framework consists of three main parts: the common language runtime, a hierarchical set of unified class libraries, and a componentized version of ASP called ASP.NET." -
29 CTS
"The specification that determines how the common language runtime defines, uses, and manages types." -
30 AD
"A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process."AD -
31 AppDomain
"A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process." -
32 parameterized type
A type whose definition has placeholders for actual types that the user specifies when creating and using instances of the type. C++ templates and common language runtime generics are examples of parameterized types. -
33 collectible assembly
"A transient dynamic assembly that you generate at run time by using the classes in the System.Reflection.Emit namespace, subject to certain restrictions. When you have released all references to all instances of the types in the collectible assembly and to all objects that were used to create the assembly, the common language runtime unloads the assembly from memory without unloading the application domain. This is the only circumstance in which an assembly can be unloaded without unloading the application domain." -
34 side-by-side hosting
The loading and activation of multiple versions of the common language runtime within the same process.
- 1
- 2
См. также в других словарях:
Common Language Runtime — (англ. CLR общеязыковая исполняющая среда) виртуальная машина, интерпретирующая и исполняющая код на языке CIL, в который компилируются программы, написанные, в частности, на .NET совместимых языках программирования (C#, Managed… … Википедия
Common Language Runtime — El Common Language Runtime o CLR ( entorno en tiempo de ejecución de lenguaje común ) es un entorno de ejecución para los códigos de los programas que corren sobre la plataforma Microsoft .NET. El CLR es el encargado de compilar una forma de… … Wikipedia Español
Common Language Runtime — NET Framework Basisdaten Entwickler: Microsoft Aktuelle Version … Deutsch Wikipedia
Common Language Runtime — The CLR converts CIL to native code. The 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)… … Wikipedia
Common Language Runtime — Pour les articles homonymes, voir CLR. Common Language Runtime (CLR) est le nom choisi par Microsoft pour le composant de machine virtuelle du framework .NET. Il s agit de l implémentation par Microsoft du standard Common Language Infrastructure… … Wikipédia en Français
Common Language Infrastructure — Not to be confused with Command line Interface. The Common Language Infrastructure (CLI) is an open specification developed by Microsoft and standardized by ISO[1] and ECMA[2] that describes the executable code and runtime environment that form… … Wikipedia
Common Language Infrastructure — CLI (англ. Common Language Infrastructure) спецификация общеязыковой инфраструктуры. Наиболее известными реализациями этого стандарта являются Microsoft .NET Framework, Mono, DotGNU Portable.NET. Спецификация CLI определяет, в частности,… … Википедия
Common Language Infrastructure — Pour les articles homonymes, voir CLI. Schéma explicatif du Common Language Infrastructure (CLI) La Common Language Infrastructure (CLI) est une … Wikipédia en Français
Dynamic Language Runtime — Developer(s) Microsoft Dynamic Language Runtime Team Stable release 1.0 / April 16, 2010 Operating system Microsoft Windows, Debian, Ubuntu Platform … Wikipedia
Shared Source Common Language Infrastructure — The Shared Source Common Language Infrastructure (SSCLI), previously codenamed Rotor, is Microsoft s shared source implementation of the CLI, the core of .NET. Although the SSCLI is not suitable for commercial use due to its license, it does make … Wikipedia
Common Type System — (сокр. CTS, рус. Стандартная система типов) часть .NET Framework, формальная спецификация, определяющая, как какой либо тип (класс, интерфейс, структура, встроенный тип данных) должен быть определён для его правильного выполнения средой .NET.… … Википедия