On Mon, 26 Sep 2011, Josh Dersch wrote:
.NET IL is "just in time" compiled
(
http://en.wikipedia.org/wiki/Just-in-time_compilation), unless you
generate a native image (using ngen.exe). It is not intepreted in the
classic sense (nor has it ever been).
Thanks