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 |