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
Afficher le fichier Open project: inthehand/Charming Class Usage Examples

Méthodes publiques

Свойство Type Description
Build ushort
Major ushort
Minor ushort
Revision ushort

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a formatted string for the PackageVersion.

Method Details

ToString() public méthode

Returns a formatted string for the PackageVersion.
public ToString ( ) : string
Résultat string

Property Details

Build public_oe property

The build version number of the package.
public ushort Build
Résultat ushort

Major public_oe property

The major version number of the package.
public ushort Major
Résultat ushort

Minor public_oe property

The minor version number of the package.
public ushort Minor
Résultat ushort

Revision public_oe property

The revision version number of the package.
public ushort Revision
Résultat ushort