The members of System.Version are listed below.
See Also: Inherited members from System.Object
Version() |
Initializes a new instance of the Version class. | |
Initializes a new instance of the Version class using the specified string. | ||
Initializes a new instance of the Version class using the specified major and minor values. | ||
Initializes a new instance of the Version class using the specified major, minor, and build values. | ||
Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers. |
[read-only] | Build | int.
Gets the value of the build component of the version number for the current Version object. |
[read-only] | Major | int.
Gets the value of the major component of the version number for the current Version object. |
[read-only] | MajorRevision | short.
Gets the high 16 bits of the revision number. |
[read-only] | Minor | int.
Gets the value of the minor component of the version number for the current Version object. |
[read-only] | MinorRevision | short.
Gets the low 16 bits of the revision number. |
[read-only] | Revision | int.
Gets the value of the revision component of the version number for the current Version object. |
Clone()
| ||
CompareTo(object)
| ||
CompareTo(Version)
| ||
override | Equals(object)
| |
Equals(Version)
| ||
override | GetHashCode()
| |
static | Parse(string)
| |
override | ToString()
| |
ToString(int)
| ||
static | TryParse(string, out Version)Documentation for this section has not yet been entered. |
static | Equality(Version, Version) |
Determines whether two specified Version objects are equal. |
static | GreaterThan(Version, Version) |
Determines whether the first specified Version object is greater than the second specified Version object. |
static | GreaterThanOrEqual(Version, Version) |
Determines whether the first specified Version object is greater than or equal to the second specified Version object. |
static | Inequality(Version, Version) |
Determines whether two specified Version objects are not equal. |
static | LessThan(Version, Version) |
Determines whether the first specified Version object is less than the second specified Version object. |
static | LessThanOrEqual(Version, Version) |
Determines whether the first specified Version object is less than or equal to the second Version object. |