首页 > 其他 > 详细

类库探源——开头

时间:2014-12-06 12:47:25      阅读:165      评论:0      收藏:0      [点我收藏+]

本系列以微软的 “Microsoft .NET Framework 3.5 Commonly Used Types and Namespaces ” 为地图简单地说明一些常用类型和命名空间。涉及到的命名空间有

1、Base Class Library

System
System.Collections
System.Collections.Generic
System.Diagnostics
System.Globalization
System.IO
System.Security
System.Security.Perimissions
System.Text
System.Threading

2、Runtime Infrastructure Library(含反射)
System (application domain pointers handles)
System.Relection
System.Runtime.CompilerServices
System.Runtime.InteropServices (P/Invoke)

3、NetWork Library
System URI
System.Collections.Speicalized
System.Net
System.Net.Sockets

4、XML Library
System.Xml

上面加粗的命名空间是我打算着重讲的

 

 

附 

1.Microsoft .NET Framework 3.5 Commonly Used Types and Namespaces 截图

bubuko.com,布布扣

主要内容是上面红框内的 Fundamentals 其他框架库用到在说

 

2. Microsoft .NET Framework 3.5 Commonly Used Types and Namespaces 下载   

 

3. 参考资料:

http://en.wikipedia.org/wiki/Standard_Libraries_(CLI)#Base_Class_Library

http://en.wikipedia.org/wiki/List_of_data_types_of_the_Standard_Libraries#Network_Library

类库探源——开头

原文:http://www.cnblogs.com/Aphasia/p/4148105.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!