We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
.NET Reflector
.NET Reflector
如果文本框是 .net 框架的一部分,您可以按照以下步骤查看其源代码 链接
If the text box is part of the .net framwork you can see its source by following theses steps Link
反光镜不错。但您是否也尝试过使用 Microsoft Symbol 服务器?
链接
http://msdn.microsoft。 com/en-us/library/b8ttk8zy(VS.71).aspx
http://msdn.microsoft.com/en-us/library/b8ttk8zy.aspx
http://weblogs.asp.net/rajbk/archive/2010/04 /21/setting-up-visual-studio-2010-to-step-into-microsoft-net-source-code.aspx
Reflector is good. But did you also try using the Microsoft Symbol server?
Link
http://msdn.microsoft.com/en-us/library/b8ttk8zy(VS.71).aspx
http://msdn.microsoft.com/en-us/library/b8ttk8zy.aspx
http://weblogs.asp.net/rajbk/archive/2010/04/21/setting-up-visual-studio-2010-to-step-into-microsoft-net-source-code.aspx
不幸的是,.NET Framework 不是开源的,您无法浏览源代码。
您可以使用 Reflector 来查看 Microsoft Assembly,但您不会直接访问原始代码。
Unfortunately the .NET Framework is not Open-Source and you cannot browse the source code.
You can use Reflector to look into the Microsoft Assembly, but you won'ìt have direct access to the raw code.
在 Visual Studio 2010 中,在“工具”->“工具”下选项->调试时,如果启用“启用 .NET Framework 源代码步进”,您将能够执行此操作。
VS 将从 MS 符号服务器下载符号。
In Visual Studio 2010, under Tools -> Options -> Debugging, if you enable "Enable .NET Framework Source Stepping" you will be able to do that.
VS will download symbols from the MS symbols server.