最佳(免费的吗?)的反编译为C#和Visual Studio的集成? [英] Best (free?) decompiler for C# with Visual Studio integration?

查看:309
本文介绍了最佳(免费的吗?)的反编译为C#和Visual Studio的集成?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的Java开发我已经从亚德很大的好处/ JadClipse 反编译。它使人们有可能的知道的为什么第三方库失败,而不是通常的猜测。

In my Java development I have had great benefit from the Jad/JadClipse decompiler. It made it possible to know why a third-party library failed rather than the usual guesswork.

我要寻找一个类似的设置为C#和Visual Studio。也就是说,一个安装在那里我可以指向任何类或变量在我的代码,并获得特定的类代码视图。

I am looking for a similar setup for C# and Visual Studio. That is, a setup where I can point to any class or variable in my code and get a code view for that particular class.

什么是我们的最佳设置吗?我希望能够用一贯的跳声明/执行,我用浏览自己的代码。它没有的有无的是免费的,但它是一个奖金,如果它是

What is the best setup for this? I want to be able to use the usual "jump to declaration/implementation" that I use to navigate my own code. It doesn't have to be free, but it would be a bonus if it was.

应该支持Visual 工作室  2008或视觉 工作室  2005和.NET 2和3(0.5)

It should support Visual Studio 2008 or Visual Studio 2005 and .NET 2 and 3(.5).

推荐答案

下面是关于反射器及如何整合反射到Visual Studio

特别令人感兴趣的是Reflector.VisualStudio加载项。这种
附加,由Jaime Cansdale创建,使得反射到被托管在Visual Studio中
。有了这个插件,你可以有反射
在Visual Studio环境中的集成。

要得到
开始,你需要有最新版本的反射器上的
机器上。一旦你已经下载反射,从
下载Reflector.VisualStudio加载最新
版http://www.testdriven.NET/reflector
。的下载内容包含了许多需要被放置在相同的目录中Reflector.exe
的文件。
要安装加载项,下降到命令行并运行:

Of particular interest is the Reflector.VisualStudio Add-In. This add-in, created by Jaime Cansdale, allows for Reflector to be hosted within Visual Studio. With this add-in, you can have Reflector integrated within the Visual Studio environment.

To get started, you will need to have the latest version of Reflector on your machine. Once you have downloaded Reflector, download the latest version of the Reflector.VisualStudio Add-In from http://www.testdriven.NET/reflector. The download contains a number of files that need to be placed in the same directory as Reflector.exe. To install the add-in, drop to the command line and run:

Reflector.VisualStudio.exe /install

外接安装之后,你就可以开始使用反射从Visual Studio。你会发现一个新的菜单项,加载项,其中有标题为一个反射
菜单选项。选中该选项时,将显示
反射器窗口,可以在IDE停靠。此外,
附加提供上下文菜单支持。

当你右击
在Visual Studio打开的代码文件,你会看到一个反射菜单$ B该扩展与选项拆解代码
到C#或Visual Basic子菜单$ b项,显示调用图或被叫方图,
等相关的选择。上下文菜单中还包括与反射器菜单项的同步
,点击后,同步与当前的代码文件反射窗口对象浏览器
树。

After the add-in has been installed, you can start using Reflector from Visual Studio. You’ll notice a new menu item, Addins, which has a menu option titled Reflector. This option, when selected, displays the Reflector window, which can be docked in the IDE. Additionally, the add-in provides context menu support.

When you right-click in an open code file in Visual Studio, you’ll see a Reflector menu item that expands into a submenu with options to disassemble the code into C# or Visual Basic, display the call graph or callee graph, and other related choices. The context menu also includes a Synchronize with Reflector menu item that, when clicked, syncs the object browser tree in the Reflector window with the current code file.

这篇关于最佳(免费的吗?)的反编译为C#和Visual Studio的集成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆