The internal code is written in the "native" language of the machine on the computer on which it is running, and is executed directly by the processor.
Managed code is written in a special language that requires the execution of another program (i.e., control). This other program is often called an interpreter because it interprets a special language.
C and C ++ programs are native.
Managed by Java and C # (and all .NET languages).
Managed C ++ is a special form of C ++ that works in the .NET interpreter.
A mixed program is a program that uses code that is both native and managed.
onedozenbagels May 13 '09 at 10:27 p.m. 2009-05-13 22:27
source share