探索.NET Framework的源$ C ​​$ C另一种方式 [英] alternative way to explore .net framework source code

查看:230
本文介绍了探索.NET Framework的源$ C ​​$ C另一种方式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尽管与Java在Eclipse开发是非常方便:您可以将源和探索核心的Java code就像你自己。调试只有当在Visual Studio我知道看在.NET源$ C ​​$ c是可能的(我不能说这个功能效果很好)。
是否有对探索.NET源$ C ​​$ C其它方法吗?

While developing with Java in Eclipse it was very handy: you can attach sources and explore core java code just like your own. In Visual Studio I know about watching at the .net source code is possible only when debugging (and I can't say this feature works well).
Are there any alternatives of exploring .net source code?

推荐答案

使用 ReSharper的你可以做转至声明的直接在Visual Studio中,它会带你实际的,源$ C ​​$ C,是不是你的解决方案的一部分。它的工作原理,而两者的调试和正常模式。它不只是工作,为.NET源代码它的工作原理为,你有PDBS任何组件(假设源$ C ​​$ c是在磁盘或网络中的任意位置)。

Using ReSharper you can do "Go to Declaration" directly from within visual studio and it will take you the actual, original source code that is not part of your solution. It works both while debugging and in normal mode. It doesn't just work for the .NET source it works for any assemblies that you have pdbs for (given that the source code is anywhere on your disk or in your network).

在与 ReflectorNavigator PowerToy的结合转至声明的甚至可以为您既没有源$ C ​​$ C,也不是PDBS的组件。它将使用反射在幕后直接在Visual Studio中编译的程序集和presents您源$ C ​​$ C。

In conjunction with the ReflectorNavigator PowerToy "Go to Declaration" even works for assemblies that you neither have the source code nor the pdbs for. It will use reflector behind the scenes to decompile the assembly and presents you the source code directly in visual studio.

<一个href="http://blogs.jetbrains.com/dotnet/2010/10/resharper-5-overview-navigation-to-and-within-external-sources/"相对=nofollow>这是一篇文章,讨论这一切。

这篇关于探索.NET Framework的源$ C ​​$ C另一种方式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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