與啟動程序載入程式 C# API 搭配使用的常數
下列常數會與啟動程序載入程式 C# API 搭配使用。
定義
命名空間:Microsoft.WindowsAppSDK
元件:Microsoft.WindowsAppRuntime.Release.Net.dll
Microsoft.WindowsAppSDK.Release 類別
常數 |
值 |
Description |
公共常數字串通道 |
[release-dependent] |
Windows App SDK發布管道; 例如「預覽」,或穩定的空字串。 |
public const string FormattedVersionShortTag |
[release-dependent] |
Windows App SDK 版本的簡短版本標記,在建構標識符時格式化為串聯; 例如「-p2」,或穩定的空字串。 |
public const string FormattedVersionTag |
[release-dependent] |
Windows App SDK 版本的簡短版本標記,在建構標識符時格式化為串聯; 例如「-preview2」,或穩定的空字串。 |
public const ushort Major |
[release-dependent] |
Windows 應用程式 SDK 版本的主要版本。 |
public const uint MajorMinor |
[release-dependent] |
Windows 應用程式 SDK 版本的主要和次要版本,編碼為 uint32_t (0xMMMMNNNN,其中 M=major, N=minor)。 |
public const ushort Minor |
[release-dependent] |
Windows 應用程式 SDK 版本的次要版本。 |
public const ushort Patch |
[release-dependent] |
Windows 應用程式 SDK 版本的修補程式版本。 |
public const string VersionShortTag |
[release-dependent] |
Windows App SDK 版本的簡短版本標籤; 例如「p2」,或穩定的空字串。 |
public const string VersionTag |
[release-dependent] |
Windows 應用程式 SDK 版本的版本標記;例如「preview2」,或穩定空字串。 |
Microsoft.WindowsAppSDK.Runtime.Identity 類別
常數 |
值 |
Description |
public const string Publisher |
「CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US」 |
Windows App SDK 執行時期的套件標識的發布者。 |
public const string PublisherId |
"8wekyb3d8bbwe" |
Windows App SDK 執行時期的套件標識的 PublisherId。 |
Microsoft::WindowsAppSDK::Runtime.Packages.DDLM.Arm64 類別
常數 |
值 |
Description |
public const string PackageFamilyName |
[release-dependent] |
Windows 應用程式 SDK 執行時間的動態相依性存留期管理員 (DDLM) 套件系列名稱,適用於 arm64。 |
Microsoft.WindowsAppSDK.Runtime.Packages.DDLM.X64 類別
常數 |
值 |
Description |
public const string PackageFamilyName |
[release-dependent] |
Windows 應用程式 SDK 執行時間的動態相依性存留期管理員 (DDLM) 套件系列名稱,適用於 x64。 |
Microsoft.WindowsAppSDK.Runtime.Packages.DDLM.X86 類別
常數 |
值 |
Description |
public const string PackageFamilyName |
[release-dependent] |
Windows 應用程式 SDK 執行時間的動態相依性存留期管理員 (DDLM) 套件系列名稱,適用於 x86。 |
Microsoft.WindowsAppSDK.Runtime.Packages.Framework 類別
常數 |
值 |
Description |
public const string PackageFamilyName |
"Microsoft.WindowsAppRuntime.1.1-preview1_8wekyb3d8bbwe" |
Windows 應用程式 SDK 運行時間的 Framework 套件系列名稱。 |
Microsoft.WindowsAppSDK.Runtime.Packages.Main 類別
常數 |
值 |
Description |
public const string PackageFamilyName |
"MicrosoftCorporationII.WinAppRuntime.Main.1.1-p1_8wekyb3d8bbwe" |
Windows 應用程式 SDK 運行時間的主要套件系列名稱。 |
Microsoft.WindowsAppSDK.Runtime.Packages.Singleton 類別
常數 |
值 |
Description |
public const string PackageFamilyName |
"Microsoft.WindowsAppRuntime.Singleton-preview1_8wekyb3d8bbwe" |
Windows 應用程式 SDK 運行時間的 Singleton 套件系列名稱。 |
Microsoft.WindowsAppSDK.Runtime.Version 類別
常數 |
值 |
Description |
public const ushort Major |
[release-dependent] |
Windows 應用程式 SDK 運行時間的主要版本,例如 1000。 |
public const ushort Minor |
[release-dependent] |
Windows 應用程式 SDK 運行時間的次要版本,例如 446。 |
public const ushort Build |
[release-dependent] |
Windows 應用程式 SDK 運行時間的建置版本,例如 804。 |
public const ushort Revision |
[release-dependent] |
Windows 應用程式 SDK 運行時間的修訂版本,例如 0。 |
public const ulong UInt64 |
[release-dependent] |
Windows 應用程式 SDK 運行時間的版本,例如 uint64l 0x03E801BE03240000。 |
public const string DotQuadString |
[release-dependent] |
Windows App SDK 執行時期的版本,作為字串 (const wchar_t*); 例如「1000.446.804.0」。 |
另請參閱