Version Constructor
.NET Framework (current version)
Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Version() | Initializes a new instance of the Version class. |
![]() | Version(Int32, Int32) | Initializes a new instance of the Version class using the specified major and minor values. |
![]() | Version(Int32, Int32, Int32) | Initializes a new instance of the Version class using the specified major, minor, and build values. |
![]() | Version(Int32, Int32, Int32, Int32) | Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers. |
![]() | Version(String^) | Initializes a new instance of the Version class using the specified string. |
Show:
