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

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

    If you want it online, .NET Fiddle is excellent. Just paste your code and click View IL option at the top right.

提交回复
热议问题