如何在visual studio中找到.NET的所有库?

编程入门 行业动态 更新时间:2024-10-27 00:26:53
本文介绍了如何在visual studio中找到.NET的所有库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想查看的所有库,类和函数。我想从视觉工作室看他们。有没有办法这样做? 我尝试过: i知道如何在windows程序集中找到它们但我想知道如何在visual studio中找到它。

解决方案

不是直接,不是。您必须将库添加到项目中才能在对象资源管理器中查看它们。 有几十种类型(类/结构/枚举/其他)仅.NET Framework。添加ADO.NET,ASP.NET,MVC,实体框架......并且您可能会清除100,000种类型。 浏览它的最佳位置一切都是MSDN文档。文档树的顶部是这里 [ ^ ]。

请参阅 .NET Framework类库 [ ^

i want to see all the libraries, classes and functions of . i want to look in to them from visual studio. is there any way of doing so ? What I have tried: i know how to find them in windows assembly but i want to know how to find it in visual studio.

解决方案

Not directly, no. You would have to add the libraries to a project to see them in Object Explorer. There are TENS OF THOUSAND of types (classes/structs/enums/other) in the .NET Framework alone. Add ADO.NET, ASP.NET, MVC, Entity Framework, ... and you're probably going to clear 100,000 types. The best place to browse it all is the MSDN documentation. The top of the documentation tree is here[^].

See .NET Framework Class Library[^]

更多推荐

如何在visual studio中找到.NET的所有库?

本文发布于:2023-11-29 19:28:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1647405.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:中找到   如何在   studio   visual   NET

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!