ILDasm Visual Studio 2010

发布于 2024-09-29 17:20:29 字数 223 浏览 2 评论 0 原文

有没有一种方便的方法或工具可以在 Visual Studio 2010 中为我执行以下操作。

启动 ILDasm 从 ILDasm 中的 Visual Studio 中加载当前程序集。

与我启动 Visual Studio 命令提示符相反 点燃伊尔达斯姆 导航到我想要查看的程序集的 bin 文件夹。

如果没有可用的工具来执行此操作,是否有任何工具可以提供帮助?

干杯

Is there a convenient method or tool available which will do the following for me from within visual studio 2010.

Fire up ILDasm
Load a current assembly from within Visual Studio within ILDasm.

As opposed to me firing up a visual studio command prompt
Fire up Ildasm
navigating to the bin folder of the assembly I wish to view.

If there isn't something available to do this are there any tools out there which would help?

Cheers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

恋你朝朝暮暮 2024-10-06 17:20:29

我认为您可以使用“工具”>“外部工具”来完成此操作。设置 ILDasm 必要的参数。

可以找到一个简短的教程 此处

I think you can do this using Tools>External Tools. Setup the necessary parameters for ILDasm.

A brief tutorial may be found here.

墨小沫ゞ 2024-10-06 17:20:29

Reflector 可以插入 Visual Studio。它还支持多种语言,而不仅仅是 IL。

更新:Resharper 6 还支持内置反编译器。

Reflector can be plugged into Visual Studio. Also it supports multiple languages, not only IL.

Update: Resharper 6 also supports built in decompiler.

作死小能手 2024-10-06 17:20:29

您可以获取 TestDriven.Net 的副本,它将提供用于打开 Reflector 的对话框。

如果您确实需要上下文菜单中的 ILDasm(是的,这也有充分的理由),我想您需要自己编写它。

You can get a copy of TestDriven.Net which will provide that sort of dialog for opening up Reflector.

If you really need ILDasm (and yes, there are good reasons for that too) from the context menu I guess you'll need to write that yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文