Version Constructor
.NET Framework 3.0
Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers.
| Name | Description |
|---|---|
| Version () | Initializes a new instance of the Version class. |
| Version (String) | Initializes a new instance of the Version class using the specified string. Supported by the .NET Compact Framework. |
| Version (Int32, Int32) | Initializes a new instance of the Version class using the specified major and minor values. Supported by the .NET Compact Framework. |
| Version (Int32, Int32, Int32) | Initializes a new instance of the Version class using the specified major, minor, and build values. Supported by the .NET Compact Framework. |
| Version (Int32, Int32, Int32, Int32) | Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers. Supported by the .NET Compact Framework. |