Comment by pjmlp

8 years ago

You can see .NET bytecode since version .NET was in beta with ildasm, distributed with .NET SDK tooling.

ILSpy and Reflector are almost as old as .NET itself.

Visual Studio always had an Assembly view since version 1.0, and there is always WinDbg as alternative, including macro commands to dump .NET JIT information.

Sorry, but it looks like that you haven't properly explored Windows development.