Subject | English | Hebrew |
comp., MS | 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 | unmanaged function | פונקציה שאינה מנוהלת (A function that is compiled to machine code (such as x86 or x64) as opposed to intermediate language (IL)) |