Home All Groups Group Topic Archive Search About
Author
25 Apr 2006 5:39 AM
Baren
Hi! All

Managed codes run under CLR?? Where does Unmanaged Code run??
Thanks in advance,
Baren

Author
25 Apr 2006 12:03 PM
Kevin Spencer
Under the OS.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

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
Author
26 Apr 2006 12:11 AM
Greg Young [MVP]
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

AddThis Social Bookmark Button