SystemVersion 构造函数 (Int32, Int32, Int32) |
根据指定的主版本,次版本,修订版来实例化一个对象
Instantiate an object based on the specified major, minor, and revision
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public SystemVersion(
int main,
int sec,
int edit
)
Public Sub New (
main As Integer,
sec As Integer,
edit As Integer
)
public:
SystemVersion(
int main,
int sec,
int edit
)
new :
main : int *
sec : int *
edit : int -> SystemVersion
参数
- main
- 类型:SystemInt32
主版本 - sec
- 类型:SystemInt32
次版本 - edit
- 类型:SystemInt32
修订版
参见