G Guest Apr 25, 2006 #1 Hi! All Managed codes run under CLR?? Where does Unmanaged Code run?? Thanks in advance, Baren
K Kevin Spencer Apr 25, 2006 #2 Under the OS. -- HTH, Kevin Spencer Microsoft MVP Professional Numbskull Hard work is a medication for which there is no placebo.
Under the OS. -- HTH, Kevin Spencer Microsoft MVP Professional Numbskull Hard work is a medication for which there is no placebo.
G Greg Young [MVP] Apr 26, 2006 #3 Managed code is translated at runtime by the CLR into native code (direct CPU instructions). Unmanaged code is already native code and is therefor not translated.
Managed code is translated at runtime by the CLR into native code (direct CPU instructions). Unmanaged code is already native code and is therefor not translated.