Version Properties
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Build | Gets the value of the build component of the version number for the current Version object. |
![]() | Major | Gets the value of the major component of the version number for the current Version object. |
![]() | MajorRevision | Gets the high 16 bits of the revision number. |
![]() | Minor | Gets the value of the minor component of the version number for the current Version object. |
![]() | MinorRevision | Gets the low 16 bits of the revision number. |
![]() | Revision | Gets the value of the revision component of the version number for the current Version object. |
Show:
