For sure, I do not know, but .Net generates intermediate code "IL" that will be compiled at runtime for the specific processor the code is running into. Microsoft architected the framework to be portable and processor independent, so allowing Assembly will defeat the purpose, will not?
Can somebody else confirm or deny this?
|