-
1 unmanaged code
"Code that is executed directly by the operating system, outside the.NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime."تعليمات برمجية غير مُدارة -
2 unmanaged function
A function that is compiled to machine code (such as x86 or x64) as opposed to intermediate language (IL). -
3 unsafe code
"Code that is executed directly by the operating system, outside the.NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime." -
4 platform invoke
The functionality provided by the common language runtime to enable managed code to call unmanaged native DLL entry points. -
5 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."English-Arabic terms dictionary > common language runtime host
-
6 Managed Extensions for C++
A set of language extensions to C++ that help Visual C++ developers write.NET Framework applications. Managed Extensions allow you to mix unmanaged and managed C++ code within the same application.امتدادات مُدارة لـ C++English-Arabic terms dictionary > Managed Extensions for C++
См. также в других словарях:
Unmanaged Code — NET Framework Basisdaten Entwickler: Microsoft Aktuelle Version … Deutsch Wikipedia
Code injection — is the exploitation of a computer bug that is caused by processing invalid data. Code injection can be used by an attacker to introduce (or inject ) code into a computer program to change the course of execution. The results of a code injection… … Wikipedia
Code managé — Managed code En informatique, le managed code (en français, code géré, ou code managé) permet d améliorer la sûreté de fonctionnement d un programme (et de simplifier le travail du programmeur). Ce terme fait partie de la terminologie Microsoft,… … Wikipédia en Français
Managed Code — NET Framework Basisdaten Entwickler: Microsoft Aktuelle Version … Deutsch Wikipedia
Managed code — Dans la terminologie de Microsoft, le managed code est un code source qui s exécute sous le contrôle de la machine virtuelle CLR, ou d une autre machine virtuelle. Ce terme est employé par opposition au unmanaged code (code non géré), qui est… … Wikipédia en Français
Managed code — is a term coined by Microsoft to identify computer program code that requires and will only execute under the management of a Common Language Runtime virtual machine (resulting in Bytecode). This disambiguation is prevalent and only relevant when … Wikipedia
Machine code — or machine language is a system of impartible instructions executed directly by a computer s central processing unit. Each instruction performs a very specific task, typically either an operation on a unit of data (in a register or in memory, e.g … Wikipedia
Managed Extensions for C++ — or just Managed C++ is a now deprecated Microsoft set of deviations from C++, including grammatical and syntactic extensions, keywords and attributes, to bring the C++ syntax and language to the .NET Framework. These extensions allowed C++ code… … Wikipedia
Blittable types — are data types in software applications which have a unique characteristic. Data are often represented in memory differently in managed and unmanaged code in the Microsoft .NET framework. However, blittable types are defined as having an… … Wikipedia
Pointer (computing) — This article is about the programming data type. For the input interface (for example a computer mouse), see Pointing device. Pointer a pointing to the memory address associated with variable b. Note that in this particular diagram, the computing … Wikipedia
.NET-Framework — Basisdaten Entwickler: Microsoft Aktuelle Version … Deutsch Wikipedia