Table of Contents

Class ReleaseInfo

Namespace
Microsoft.Windows.ApplicationModel.WindowsAppRuntime
Assembly
Microsoft.WindowsAppSDK.Projection.dll
[WindowsRuntimeType("Microsoft.Windows.ApplicationModel.WindowsAppRuntime")]
[ContractVersion(typeof(VersionInfoContract), 65536)]
public static class ReleaseInfo
Inheritance
ReleaseInfo
Inherited Members

Properties

AsString

public static string AsString { get; }

Property Value

string

Major

public static ushort Major { get; }

Property Value

ushort

Minor

public static ushort Minor { get; }

Property Value

ushort

Patch

public static ushort Patch { get; }

Property Value

ushort

VersionTag

public static string VersionTag { get; }

Property Value

string

Methods

As<I>()

public static I As<I>()

Returns

I

Type Parameters

I