AppInfo Class

Definition

Represents information about the application.

public ref class AppInfo abstract sealed
public static class AppInfo
type AppInfo = class
Public Class AppInfo
Inheritance
AppInfo

Properties

BuildString

Gets the application build number.

Current

Provides the default implementation for static usage of this API.

Name

Gets the application name.

PackageName

Gets the application package name or identifier.

PackagingModel

Gets the packaging model of this application.

RequestedLayoutDirection

Gets the requested layout direction of the system or application.

RequestedTheme

Gets the detected theme of the system or application.

Version

Gets the application version as a Version object.

VersionString

Gets the application version as a string representation.

Methods

ShowSettingsUI()

Open the settings menu or page for this application.

Applies to