|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Code ExecutionHi! All
Managed codes run under CLR?? Where does Unmanaged Code run?? Thanks in advance, Baren Under the OS.
-- Show quoteHTH, Kevin Spencer Microsoft MVP Professional Numbskull Hard work is a medication for which there is no placebo. "Baren" <Ba***@discussions.microsoft.com> wrote in message news:9CA3930B-AD13-40FB-854C-D9C0BE1526E9@microsoft.com... > Hi! All > > Managed codes run under CLR?? Where does Unmanaged Code run?? > Thanks in advance, > Baren 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. Show quote "Baren" <Ba***@discussions.microsoft.com> wrote in message news:9CA3930B-AD13-40FB-854C-D9C0BE1526E9@microsoft.com... > Hi! All > > Managed codes run under CLR?? Where does Unmanaged Code run?? > Thanks in advance, > Baren |
|||||||||||||||||||||||