如何从VS2008直接访问.NET Reflector
我确信这很简单,但我遇到了一些麻烦。我希望能够直接从 VS2008 反汇编反射器中的类。
背景: 在某一时刻,我使用 Visual Studio 2008,只需右键单击+“在 .NET Reflector 中打开”即可查看任何内容的源代码。有一天它消失了。我已经下载了 ManagedAddins,但我一定做错了什么,因为当我尝试集成它时,解决方案中的反射器添加的源代码会打开。
I'm sure this is very simple, but I'm having some trouble. I want to be able to disassemble a class in reflector directly from VS2008.
Background: At one point I had Visual Studio 2008 working such that all I had to do was right click+"Open in .NET Reflector" to view the source of anything. One day it went away. I have downloaded ManagedAddins, but I must be doing something wrong, because when I try to integrate it, the source code for the reflector add in solution opens.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您有 .NET Reflector Pro 吗?我相信您所说的功能仅在专业版中提供。标准免费版本提供 14 天试用期。
Do you have .NET Reflector Pro ? I believe the functionality you are talking about is only in Pro Version. In standard free version, it is available for 14 days trial.
http://www.testdriven.net/ - 这个有这个功能,我所要做的就是下载并安装。
http://www.testdriven.net/ - This has the feature and all I had to do was download and install.
Visual Studio 插件在标准版和专业版中均可用。不知道为什么它被禁用了。要确保其已启用,请打开 Reflector,然后转到“工具”->“集成选项”,然后选择相应的 Visual Studio 集成复选框。
The Visual Studio add-in is available in Standard as well as Pro. Not sure why it has got disabled. To make sure that it's enabled, open Reflector, then go to Tools->Integration Options, and select the appropriate Visual Studio Integration checkbox.