C# Class InTheHand.ApplicationModel.PackageVersion

Represents the package version info.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later macOSOS X 10.7 and later tvOStvOS 9.0 and later TizenTizen 3.0 Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later Windows (Desktop Apps)Windows Vista or later
Show file Open project: inthehand/Charming Class Usage Examples

Public Properties

Property Type Description
Build ushort
Major ushort
Minor ushort
Revision ushort

Public Methods

Method Description
ToString ( ) : string

Returns a formatted string for the PackageVersion.

Method Details

ToString() public method

Returns a formatted string for the PackageVersion.
public ToString ( ) : string
return string

Property Details

Build public property

The build version number of the package.
public ushort Build
return ushort

Major public property

The major version number of the package.
public ushort Major
return ushort

Minor public property

The minor version number of the package.
public ushort Minor
return ushort

Revision public property

The revision version number of the package.
public ushort Revision
return ushort