我可以查看内置控件的源代码吗?

发布于 2024-09-08 16:41:47 字数 1539 浏览 2 评论 0原文

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

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

发布评论

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

评论(5

地狱即天堂 2024-09-15 16:41:47

如果文本框是 .net 框架的一部分,您可以按照以下步骤查看其源代码 链接

If the text box is part of the .net framwork you can see its source by following theses steps Link

筱果果 2024-09-15 16:41:47

不幸的是,.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.

凑诗 2024-09-15 16:41:47

在 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.

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