Version Members

Include Protected Members
Include Inherited Members

The Version type exposes the following members.

Constructors

  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.

Methods

  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.

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.

See Also

Version Class

Lumia.Imaging Namespace