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 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) |