A tool for easy IL code inspection

半世苍凉 提交于 2019-11-27 18:45:23

I typically use LINQPad for that. Just paste in some C# and switch to the IL view. For example:

I like it because you can also just post expressions or statements instead of a full program:

Best of all, it's free (with optional premium features).

If you have Reflector, you can use the Snippy addin. Here is a blog post on it: Reflector Snippy Addin.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!