Version Members

The Version type exposes the following members.

  Name Description
Public method Version()
Creates a new Version object.
Public method Version(String)
Creates a new Version object.
Public method Version(Int32, Int32, Int32, Int32)
Creates a new Version object.

  Name Description
Public method ToLongVersionString
Gets the value of the major component of the version number for the current Version object.
Public method ToShortVersionString
Converts the value of the current Version object to its equivalent short version string representation.

  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.
Show: