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

前端 未结 13 1058
南方客
南方客 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:37

    sharplab is an online tool, great for simple use cases. Type your code on the left, IL shows up on the right.

提交回复
热议问题