What is Native Code?

后端 未结 4 586
慢半拍i
慢半拍i 2021-02-04 04:23

The Project\'s Web section (under project properties in VS2008) has a list of debuggers: ASP.NET, Native Code, SQL Server. What is Native Code?

4条回答
  •  故里飘歌
    2021-02-04 05:01

    Native code is machine code executed directly by the CPU. This is in contrast to .NET bytecode, which is interpreted by the .NET virtual machine.

    A nice MSDN hit: Debugging Native Code

提交回复
热议问题