The properties of System.Version are listed below. For a list of all members, see the Version Members list.
See Also: Inherited members from System.Object
[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. |