系统命名空间System是c# 应用程序的基本命名空间。 它包含简单 C# 应用程序所需的所有基本类和基类。 这些类和子类定义了引用数据类型、方法和接口。 一些类提供了一些其他功能,如数据类型转换、数学函数。
System名称空间提供的一些功能
- 常用值
- 数学
- 远程和本地程序调用
- 应用环境管理
- 引用数据类型
- 事件和事件处理程序
- 接口属性处理异常
- 数据类型转换
- 方法参数操作
由名称空间System 提供的一些类:
- AccessViolationException
- Array
- ArgumentNullException
- AttributeUsageAttribute
- Buffer
- Console
- Convert
- Delegate
- Exception
- InvalidCastException
系统命名空间提供的一些接口
- Public interface ICloneable
- Public interface IComparable
- Public interface IComparable<T>
- Public interface IConvertible
- Public interface ICustomFormatter
- Public interface IDisposable
- Public interface IEquatable<T>
- Public interface IFormatProvider
日期:2020-04-11 23:03:53 来源:oir作者:oir