I have a class with several methods, and I would like to see how the code is converted to IL code. Can I do this with a reflector? If not, can I use the VS IDE to view the IL code?
Yes, you can. Open exe / dll with Reflector and change the language setting to IL.
You can also use ILDasm to parse an assembly with IL.
Source: https://habr.com/ru/post/1285689/More articles:ASP Topics: Skin Localization - asp.netHow can I handle temporary files? - delphiModeling and Simulation Programming Language - fortranThe best approach to changing variable values ββin a compiled SWF file is flashBig Line Split - c ++NuSOAP: how to change the content type of a request? - content-typeMysql index ignored - sqlUse custom class loader at compile time - javaWhat are the odds of GD or ImageMagick that are already part of the PHP client installation? - phpIndentation of pattern arguments in Emacs - emacsAll Articles