点击或拖拽改变大小

SystemVersion 方法

SystemVersion 类型公开以下成员。

方法
  名称说明
公共方法Equals
判断两个实例是否相等
(重写 ObjectEquals(Object).)
公共方法GetHashCode
获取哈希值
(重写 ObjectGetHashCode.)
公共方法GetType
Gets the Type of the current instance.
(继承自 Object。)
公共方法ToString
获取版本号的字符串形式,如果内部版本号为0,则显示时不携带
(重写 ObjectToString.)
公共方法ToString(String)
根据格式化为支持返回的不同信息的版本号
C返回1.0.0.0
N返回1.0.0
S返回1.0
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见