J
Jarod_24
What is 'Unmanaged Code', and what is 'Managed Code'?
Jarod_24 said:What is 'Unmanaged Code', and what is 'Managed Code'?
Jarod_24 said:Nevermind.
I looked it up...
* "One Handed Man said:Unamaged code is code which runs natively on your machine.
* "Jarod_24 said:What is 'Unmanaged Code', and what is 'Managed Code'?
One Handed Man said:Only if its unmanaged. .NET code is MSIL which is an intermediate
langauge. A 'real' executable executes machine code. Unless we are
talking about C++ generated unmanaged code.
One Handed Man said:erm, YES, but thats is not available in the executable is it. The
executable is not machine code. CLR loads the JIT'd code into memory
after it checked the security permissions and creates a process for
it to run in.
* "One Handed Man said:Only if its unmanaged. .NET code is MSIL which is an intermediate langauge.
A 'real' executable executes machine code. Unless we are talking about C++
generated unmanaged code.
* "One Handed Man said:erm, YES, but thats is not available in the executable is it. The
executable is not machine code. CLR loads the JIT'd code into memory after
it checked the security permissions and creates a process for it to run in.