博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
类库探源——开头
阅读量:5342 次
发布时间:2019-06-15

本文共 842 字,大约阅读时间需要 2 分钟。

本系列以微软的 “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 截图

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

 

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

 

3. 参考资料:

转载于:https://www.cnblogs.com/Aphasia/p/4148105.html

你可能感兴趣的文章
shell - 常识
查看>>
mssql sqlserver 使用sql脚本 清空所有数据库表数据的方法分享
查看>>
分层图最短路【bzoj2763】: [JLOI2011]飞行路线
查看>>
linux下编译复数类型引发的错误:expected unqualified-id before '(' token
查看>>
codeforces 1041A Heist
查看>>
字典常用方法
查看>>
Spring Cloud Stream消费失败后的处理策略(三):使用DLQ队列(RabbitMQ)
查看>>
bzoj1048 [HAOI2007]分割矩阵
查看>>
Java中的编码
查看>>
PKUWC2018 5/6
查看>>
As-If-Serial 理解
查看>>
洛谷P1005 矩阵取数游戏
查看>>
在Silverlight中使用HierarchicalDataTemplate为TreeView实现递归树状结构
查看>>
无线通信基础(一):无线网络演进
查看>>
如何在工作中快速成长?阿里资深架构师给工程师的10个简单技巧
查看>>
WebSocket 时时双向数据,前后端(聊天室)
查看>>
关于python中带下划线的变量和函数 的意义
查看>>
linux清空日志文件内容 (转)
查看>>
安卓第十三天笔记-服务(Service)
查看>>
Servlet接收JSP参数乱码问题解决办法
查看>>