How can I view MSIL / CIL generated by C# compiler? Why is it called assembly?

前端 未结 13 1032
南方客
南方客 2020-11-28 18:53

I\'m new to .NET C# programming. I\'m following few books. It is said that instead of compiling it directly to binary code (Native code). High level code is converted into i

13条回答
  •  抹茶落季
    2020-11-28 19:56

    There is now another option. You can do this in VS Code with this extension built with Roslyn. This is currently limited to .NET Core.

提交回复
热议问题