-
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 code
Майкрософт: неуправляемый код -
3 unmanaged
-
4 unmanaged function
A function that is compiled to machine code (such as x86 or x64) as opposed to intermediate language (IL). -
5 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." -
6 switch
1) выключатель, переключатель2) коммутаторсм. тж. switcher•- access switch
- air-break switch
- air-pressure switch
- alignment switch
- allotter switch
- analog switch
- analog-digital switch
- antenna switch
- antitransmit-receive switch
- ATM-switch
- automatic reclosing switch
- backbone switch
- band switch
- battery switch
- branch switch
- bus-bar sectionalizing switch
- call switch
- change-tune switch
- coaxial switch
- code switch
- communication switch
- congested switch
- controlled switch
- cord switch
- cradle switch
- crossbar switch
- cross-point switch
- data transfer switch
- decimal-binary switch
- deck switch
- desktop switch
- differential switch
- digital switch
- discharge switch
- disconnecting switch
- discriminating switch
- distribution switch
- electronic switch
- emergency switch
- emulation switch
- engineering communication switch
- Ethernet switch
- fallback switch
- fax-to-telephone switch
- feeder switch
- ferrite switch
- fiber-optic switch
- field-discharge switch
- forward/reverse switch
- four-layer switch
- fuse switch
- gang switch
- gate-controlled switch
- group switch
- Hall-effect switch
- heterodyne/exciter switch
- hitless switch
- hook switch
- hunting switch
- INPUT SELECTOR switch
- input-buffer switch
- instant-on switch
- key switch
- lightning switch
- light-operated switch
- line switch
- line-finder switch
- load switch
- local switch
- logic switch
- loudness switch
- magnetic-reed switch
- magnetooptical switch
- mains switch
- master switch
- memory-time switch
- mode select switch
- multiple-contact switch
- multiple-way switch
- multiplex switch
- multiplexer switch
- muting switch
- n-channel switch
- nonblocking switch
- n-port managed switch
- n-way switch
- on-off switch
- option switch
- optoelectronical switch
- output buffer switch
- ovonic memory switch
- packet switch
- pilot switch
- polarity switch
- power switch
- programmed switch
- pull switch
- pull-cord switch
- push-button switch
- push-to-talk switch
- quick-break switch
- quick-make switch
- radio aids switch
- radiotelephone switch
- REC SELECTOR switch
- reciprocal ferrite switch
- redundancy switch
- reed switch
- reset switch
- resonator-chamber switch
- reversing switch
- ring switch
- rotary-stepping switch
- routing switch
- sampling switch
- selector switch
- self-restoring switch
- sensor mode switch
- sequence switch
- shared-buffer switch
- shared-medium switch
- shared-memory switch
- sharing-selector switch
- short-circuiting line switch
- shuttle switch
- silicon-symmetrical switch
- single-pole switch
- snap switch
- snap-acting switch
- solid-state switch
- source switch
- step-by-step switch
- stud switch
- subscriber line switch
- system switch
- talk-listen switch
- terminal switch
- test-mode switch
- thin-film optical switch
- thyristor switch
- time switch
- time-delay switch
- toggle switch
- toll offering switch
- touch switch
- touch-sensitive switch
- transfer switch
- transistor switch
- trigger switch
- trunk switch
- tumbler switch
- turbo switch
- unmanaged switch
- wave-band switch
- waveguide switchEnglish-Russian dictionary of telecommunications and their abbreviations > switch
-
7 platform invoke
The functionality provided by the common language runtime to enable managed code to call unmanaged native DLL entry points. -
8 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
-
9 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