What is the difference in managed and unmanaged code, memory and size?

后端 未结 6 1192
故里飘歌
故里飘歌 2020-12-07 09:24

After seeing and listening a lot regarding managed and unmanaged code, and knowing the only difference is that managed is about CLR and un-managed is outside of the CLR, it

6条回答
  •  粉色の甜心
    2020-12-07 09:57

    Managed Code runs in Application Domain and Unmanaged Code runs under process of operating system.

提交回复
热议问题