ReleaseInfo Class

Definition

Represents version info for a release of the Windows App SDK.

public ref class ReleaseInfo abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.VersionInfoContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ReleaseInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.VersionInfoContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class ReleaseInfo
Public Class ReleaseInfo
Inheritance
Object Platform::Object IInspectable ReleaseInfo
Attributes

Properties

AsString

Gets the release info formatted as a string.

Major

Gets the major version of the Windows App SDK release.

Minor

Gets the minor version of the Windows App SDK release.

Patch

Gets the patch version of the Windows App SDK release.

VersionTag

Gets the Windows App SDK release's version tag; for example, "preview2", or empty string for stable.

Applies to