Where can I find .NET Framework class diagram?

隐身守侯 提交于 2019-12-09 16:06:04

问题


I just need a file (picture, pdf or other type file for printing) of the framework structure. It is very usefull while learning .Net framework.


回答1:


.NET Framework 3.5 Common Namespaces and Types Poster

November 2007 Edition The .NET
Framework 3.5 Common Namespaces and Types Poster

Overview
The .NET Framework 3.5 Common Namespaces and Types Poster is downloadable as XPS or PDF format. There is also an XPS format file which prints over 16 letter or A4 pages for easy printing. Some assembly is required if you choose this print method.




回答2:


If you are bold and adventurous you can use a tool I found on CodeProject. Send the framework classes to it and, voila, after some crunching, grinding and groaning you should get a diagram from it.




回答3:


Check this poster and see if it helps.


(source: msdn.com)

and Here is the deep zoom version.




回答4:


http://download.microsoft.com/download/4/a/3/4a3c7c55-84ab-4588-84a4-f96424a7d82d/NET_35_Namespaces_Poster_JAN08.pdf




回答5:


I'm looking at one (and several others) right behind me at the moment, apparently it comes with Visual C#/Studio.




回答6:


You didn't specify which version of the .NET Framework, and it's a little unclear if you mean a map of each class or a map of all classes. Anyhow, here's for .NET 3.5:

http://download.microsoft.com/download/4/a/3/4a3c7c55-84ab-4588-84a4-f96424a7d82d/NET35_Namespaces_Poster_LORES.pdf



来源:https://stackoverflow.com/questions/157026/where-can-i-find-net-framework-class-diagram

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!