Version Members
The following tables list the members exposed by the Version type.
Public Constructors
Name | Description | |
---|---|---|
Version | Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers. |
Public Properties
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. | |
Minor | Gets the value of the minor component of the version number for the current Version object. | |
Revision | Gets the value of the revision component of the version number for the current Version object. |
Public Methods
Name | Description | |
---|---|---|
Equals | Overloaded. Returns a value indicating whether two Version object represent the same value. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Converts the value of the current Version object to its equivalent String representation. |