The members of System.Version are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Constructs and initializes a new instance of
the Version class. |
| | Constructs and initializes a new instance of the Version class using
the values represented by the specified string. |
| | Constructs and initializes a new instance of the Version class using the
specified major and minor values. |
| | Constructs and initializes a new instance of the Version class using the
specified major, minor, and build values. |
| | Constructs and initializes a new instance of the Version class with the
specified major, minor, build, and revision numbers. |
Public Properties
[read-only] | Build | int. Gets the value of the build component of the current instance. |
[read-only] | Major | int. Gets the value of the major component of the current instance. |
[read-only] | MajorRevision | short. Documentation for this section has not yet been entered. |
[read-only] | Minor | int. Gets the value of the minor component of the current instance. |
[read-only] | MinorRevision | short. Documentation for this section has not yet been entered. |
[read-only] | Revision | int. Gets the value of the revision component of the current instance. |
Public Methods
| Clone() : objectReturns a new object with values equal to the property values of the current
instance. |
| CompareTo(object) : int Returns the sort order of the current instance compared
to the specified object. |
| CompareTo(Version) : int Returns the sort order of the current instance compared
to the specified Version. |
override | Equals(object) : boolDetermines whether the current instance and the
specified object represent the same type and
value. |
| Equals(Version) : boolDetermines whether the current instance and the
specified Version represent the same value. |
override | GetHashCode() : intGenerates a hash code for the current instance. |
override | ToString() : stringDocumentation for this section has not yet been entered. |
| ToString(int) : stringDocumentation for this section has not yet been entered. |
Public Operators