RuntimeInfo Class

Definition

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

public ref class RuntimeInfo 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 RuntimeInfo 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 RuntimeInfo
Public Class RuntimeInfo
Inheritance
Object Platform::Object IInspectable RuntimeInfo
Attributes

Properties

AsString

Gets the runtime info formatted as a string.

Version

Gets the version of the Windows App SDK runtime.

Applies to