-
41 Program Compatibility Assistant
"A tool that provides a discoverable and generic solution to allow end users resolve compatibility issues at runtime, just after the user completed running a program with problems. This is accomplished by monitoring programs for compatibility issues through heuristics and whenever a potential issue is detected, provide the user with interface to re-run the program with solutions."English-Arabic terms dictionary > Program Compatibility Assistant
-
42 PCA
"A tool that provides a discoverable and generic solution to allow end users resolve compatibility issues at runtime, just after the user completed running a program with problems. This is accomplished by monitoring programs for compatibility issues through heuristics and whenever a potential issue is detected, provide the user with interface to re-run the program with solutions." -
43 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." -
44 CCW
"A proxy object generated by the common language runtime so that existing COM applications can use managed classes, including.NET Framework classes, transparently." -
45 .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 -
46 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."English-Arabic terms dictionary > Common Language Specification
-
47 CLS
"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." -
48 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." -
49 CTS
"The specification that determines how the common language runtime defines, uses, and manages types." -
50 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 -
51 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." -
52 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. -
53 event framework
"The combination of runtime event processing, support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. In Microsoft Dynamics CRM, the plug-ins and workflows are included in a single event model." -
54 Unified Extensible Firmware Interface
"A standard programming interface for setting up and booting a computer, based on the Extensible Firmware Interface (EFI) developed by Intel. It provides runtime services, which are used to access the drivers that were loaded in the pre-boot environment. For example, when booting from a network, the operating system can continue to use the same network protocols used to download it in the first place."English-Arabic terms dictionary > Unified Extensible Firmware Interface
-
55 UEFI
"A standard programming interface for setting up and booting a computer, based on the Extensible Firmware Interface (EFI) developed by Intel. It provides runtime services, which are used to access the drivers that were loaded in the pre-boot environment. For example, when booting from a network, the operating system can continue to use the same network protocols used to download it in the first place." -
56 AIT Agent
The scheduled task part of Application Impact Telemetry (AIT) that runs nightly to consume the events logged to Event Tracing for Windows (ETW) by the AIT Runtime system and send them back to Microsoft using SQM. -
57 Application Impact Telemetry Agent
The scheduled task part of Application Impact Telemetry (AIT) that runs nightly to consume the events logged to Event Tracing for Windows (ETW) by the AIT Runtime system and send them back to Microsoft using SQM.English-Arabic terms dictionary > Application Impact Telemetry Agent
-
58 RPC transport
The underlying network services used by the remote procedure call (RPC) runtime for communications between network nodes. -
59 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." -
60 side-by-side hosting
The loading and activation of multiple versions of the common language runtime within the same process.
См. также в других словарях:
Runtime — В информатике, «runtime» или «run time» описывает срок исполнения компьютерной программы, от её начала до завершения (сравните время компиляции). Термин «Runtime» иногда используется для обозначения Runtime library библиотеки базового кода … Википедия
Runtime — [engl.], Laufzeit … Universal-Lexikon
Runtime — In computer science, runtime or run time describes the operation of a computer program, the duration of its execution, from beginning to termination (compare compile time). The term runtime can also refer to a virtual machine to manage a program… … Wikipedia
Runtime — Moteur d exécution Un moteur d exécution, bibliothèque d exécution ou runtime (abréviation de runtime system ou runtime library, runtime signifiant, en anglais, « au moment de l exécution ») est un programme ou une bibliothèque qui… … Wikipédia en Français
Runtime — Der Begriff Laufzeit (engl. runtime) beschreibt in der Informatik im Wesentlichen die Zeitspanne, während der ein Programm von einem Rechner ausgeführt wird, und zwar sowohl im Bezug auf die Zeitdauer, die zur Bewältigung einer Aufgabe benötigt… … Deutsch Wikipedia
runtime — ● ►en /r*n taym/ n. m. ►EXEC version d un langage ne permettant que l exécution des programmes créés avec le langage. Les runtimes sont utilisés pour distribuer les programmes sans les compiler, mais sans non plus donner les sources à tout le… … Dictionnaire d'informatique francophone
runtime — vykdymo laikas statusas T sritis informatika apibrėžtis Laiko tarpas, kada vykdoma programa. atitikmenys: angl. run time; runtime ryšiai: palygink – kompiliavimo laikas palygink – saistymo laikas … Enciklopedinis kompiuterijos žodynas
runtime — vykdymo trukmė statusas T sritis informatika apibrėžtis Laikas, kurį trunka programos vykdymas. atitikmenys: angl. run time; runtime … Enciklopedinis kompiuterijos žodynas
Runtime verification — is a verification technique that combines formal verification and program execution.It is the process of detecting faults in a system under scrutiny by passively observing its input/output behavior during its normal operations. The observed… … Wikipedia
Runtime-Error — en el Salón del Cómic de Barcelona 2011 Nacimiento … Wikipedia Español
runtime software — GmbH Rechtsform GmbH Gründung 2000 Sitz Waiblingen, Deutschland Leitung Markus Eilers Mitarbeiter 40 … Deutsch Wikipedia