-
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 platform invoke
The functionality provided by the common language runtime to enable managed code to call unmanaged native DLL entry points. -
4 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." -
5 blittable type
A data type that has a unique characteristic and an identical presentation in memory for both managed and unmanaged environments. It can be directly shared. -
6 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
-
7 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 — UK US /ˌʌnˈmænɪdʒd/ adjective ► used to describe a tracker (= a financial product that only follows the general level of particular shares), rather than an investment that is managed in an active way: »One unmanaged fund is American Gas Index… … Financial and business terms
unmanaged — “+ adjective Etymology: un (I) + managed, past participle of manage : not controlled : unregulated natural unmanaged populations in excess of a bird per acre A.S.Leopold … Useful english dictionary
Unmanaged Code — NET Framework Basisdaten Entwickler: Microsoft Aktuelle Version … Deutsch Wikipedia
unmanaged — adj. * * * … Universalium
unmanaged — adjective Not managed … Wiktionary
unmanaged — adjective 1》 not controlled or regulated. 2》 (of land) left wild … English new terms dictionary
unmanaged — un·managed … English syllables
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
C++/CLI — (Common Language Infrastructure) is Microsoft s language specification intended to supersede Managed Extensions for C++. Completely revised to simplify the older Managed C++ syntax (which is now deprecated), it provides much more clarity and code … Wikipedia