Subject | French | English |
comp., MS | appel de code non managé | platform invoke (The functionality provided by the common language runtime to enable managed code to call unmanaged native DLL entry points) |
comp., MS | code managé | managed code (Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications) |
comp., MS | code non managé | 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) |
comp., MS | extension de code managé | managed code extension (An application-level add-in or document-level customization. Generally, an extension to Microsoft Office that is created by using Visual Studio Tools for Office) |