Share via


Konstanten für die Verwendung mit den Bootstrapper C#-APIs

Die folgenden Konstanten sind für die Verwendung mit den Bootstrapper C#-APIs geeignet.

Definition

Namespace: Microsoft.WindowsAppSDK

Assembly: Microsoft.WindowsAppRuntime.Release.Net.dll

Microsoft.WindowsAppSDK.Release-Klasse

Konstante Wert BESCHREIBUNG
Public const string Channel [releaseabhängig] Der Windows App SDK Kanal des Releases, z. B. "Vorschau" oder leere Zeichenfolge für stable.
public const string FormattedVersionShortTag [releaseabhängig] Das Windows App SDK Kurzversionstag des Releases, formatiert für die Verkettung beim Erstellen von Bezeichnern, z. B. "-p2" oder leere Zeichenfolge für stable.
public const string FormattedVersionTag [releaseabhängig] Das Windows App SDK Versionstag des Releases, formatiert für Verkettung beim Erstellen von Bezeichnern, z. B. "-preview2" oder leere Zeichenfolge für stable.
public const ushort Major [releaseabhängig] Die Hauptversion des Windows App SDK Release.
public const uint MajorMinor [releaseabhängig] Die Haupt- und Nebenversion des Windows App SDK Release, codiert als uint32_t (0xMMMMNNN, wobei M=Haupt, N=Nebenversion) codiert ist.
public const ushort Minor [releaseabhängig] Die Nebenversion des Windows App SDK Release.
public const ushort Patch [releaseabhängig] Die Patchversion des Windows App SDK Release.
public const string VersionShortTag [releaseabhängig] Das Windows App SDK kurzformige Versionstag des Releases, z. B. "p2" oder leere Zeichenfolge für stable.
Public const string VersionTag [releaseabhängig] Das Windows App SDK Versionstag des Releases, z. B. "preview2" oder leere Zeichenfolge für stable.

Microsoft.WindowsAppSDK.Runtime.Identity-Klasse

Konstante Wert BESCHREIBUNG
public const string Publisher "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Der Publisher der Windows App SDK Paketidentität der Runtime.
Public const string PublisherId "8wekyb3d8bbwe" Die PublisherId der Windows App SDK-Runtime der Paketidentität.

Microsoft.WindowsAppSDK.Runtime.Packages.DDLM.Arm64-Klasse

Konstante Wert BESCHREIBUNG
public const string PackageFamilyName [releaseabhängig] Der Familienname des DDLM-Pakets (Dynamic Dependency Lifetime Manager) der Windows App SDK Runtime für arm64.

Microsoft.WindowsAppSDK.Runtime.Packages.DDLM.X64-Klasse

Konstante Wert BESCHREIBUNG
public const string PackageFamilyName [releaseabhängig] Der Familienname des DDLM-Pakets (Dynamic Dependency Lifetime Manager) der Windows App SDK Runtime für x64.

Microsoft.WindowsAppSDK.Runtime.Packages.DDLM.X86-Klasse

Konstante Wert BESCHREIBUNG
public const string PackageFamilyName [releaseabhängig] Der Windows App SDK DDLM-Pakets (Dynamic Dependency Lifetime Manager) der Runtime den Familiennamen für x86.

Microsoft.WindowsAppSDK.Runtime.Packages.Framework-Klasse

Konstante Wert BESCHREIBUNG
public const string PackageFamilyName "Microsoft.WindowsAppRuntime.1.1-preview1_8wekyb3d8bbwe" Der Windows App SDK Des Familiennamens des Framework-Pakets der Runtime.

Microsoft.WindowsAppSDK.Runtime.Packages.Main-Klasse

Konstante Wert BESCHREIBUNG
public const string PackageFamilyName "MicrosoftCorporationII.WinAppRuntime.Main.1.1-p1_8wekyb3d8bbwe" Der Familienname des Main-Pakets der Windows App SDK Runtime.

Microsoft.WindowsAppSDK.Runtime.Packages.Singleton-Klasse

Konstante Wert BESCHREIBUNG
public const string PackageFamilyName "Microsoft.WindowsAppRuntime.Singleton-preview1_8wekyb3d8bbwe" Der Windows App SDK Familienname des Singleton-Pakets der Runtime.

Microsoft.WindowsAppSDK.Runtime.Version-Klasse

Konstante Wert BESCHREIBUNG
public const ushort Major [releaseabhängig] Die Hauptversion der Windows App SDK Runtime, z. B. 1000.
public const ushort Minor [releaseabhängig] Die Nebenversion der Windows App SDK Runtime, z. B. 446.
public const ushort Build [release-abhängig] Die Buildversion der Windows App SDK Runtime, z. B. 804.
public const ushort Revision [release-abhängig] Die Revisionsversion der Windows App SDK Runtime, z. B. 0.
public const ulong UInt64 [release-abhängig] Die Version der Windows App SDK Runtime, z. B. uint64l, 0x03E801BE03240000.
public const string DotQuadString [release-abhängig] Die Version der Windows App SDK Runtime als Zeichenfolge (const wchar_t*), z. B. "1000.446.804.0".

Siehe auch