IAppInfo Interface

Definition

Represents information about the application.

public interface class IAppInfo
public interface IAppInfo
type IAppInfo = interface
Public Interface IAppInfo

Properties

BuildString

Gets the application build number.

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