Version Members

The following tables list the members exposed by the Version type.

Public Constructors

Name Description
Public Method Version Initializes a new instance of the Version class with the specified major, minor, build, and revision numbers.

Public Properties

Name Description
Public Property Build Gets the value of the build component of the version number for the current Version object.
Public Property Major Gets the value of the major component of the version number for the current Version object.
Public Property Minor Gets the value of the minor component of the version number for the current Version object.
Public Property Revision Gets the value of the revision component of the version number for the current Version object.

Public Methods

Name Description
Public Method Equals Overloaded. Returns a value indicating whether two Version object represent the same value.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Converts the value of the current Version object to its equivalent String representation.

See Also

Reference

Version Class
System Namespace