ReleaseInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |