点击或拖拽改变大小

SystemVersion 构造函数

重载列表
  名称说明
公共方法SystemVersion(String)
根据格式化字符串的版本号初始化,例如:1.0或1.0.0或1.0.0.0503
Initialize according to the version number of the formatted string, for example: 1.0 or 1.0.0 or 1.0.0.0503
公共方法SystemVersion(Int32, Int32, Int32)
根据指定的主版本,次版本,修订版来实例化一个对象
Instantiate an object based on the specified major, minor, and revision
公共方法SystemVersion(Int32, Int32, Int32, Int32)
根据指定的主版本,次版本,修订版,内部版本来实例化一个对象
Instantiate an object based on the specified major, minor, revision, and build
Top
参见