J
Jarod_24
What is 'Unmanaged Code', and what is 'Managed Code'?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.