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

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

    I have just spent a couple of hours searching for the best tool that could let me view the IL code directly inside Visual Studio.

    The only solution I found so far is Msiler https://visualstudiogallery.msdn.microsoft.com/60fc53d4-e414-461b-a27c-3d5d2a53f637

    it works quite well!

    Otherwise the second best solution, but without visual studio integration, is JetBrains dotPeek, which is quite awesome to be honest.

提交回复
热议问题