NET岛

导航

常用基类名称空间

使用using 关键字,使用时可省略名称空间

System 基元数据类型的根
System.Collections 集合
System.ComponentModel 组件
System.Data 数据库访问和操作
System.Data.Common 提供程序共享
System.Drawing GDI+
System.IO 文件系统输入输出
System.Math 数学函数
System.Reflection 在运行时获取信息和动态地创建类型
System.Security 处理权限、密码系统以及代码访问安全
System.Threading 多线程
System.Windows.Forms 窗体相关


要使用不包含在框架的库,需创建个对外部库的引用
Solution Explorer  > 右击References > Add Reference
    找到要引用的库,添加到Selected组件框,OK

posted on 2005-08-16 13:02  左佩玉  阅读(422)  评论(0编辑  收藏  举报