Microsoft.Windows.ApplicationModel.WindowsAppRuntime Namespace

Provides access to deployment information for the Windows App SDK runtime and the ability to register any missing packages for the runtime.

For more information, see Deployment guide for packaged apps.

Classes

DeploymentInitializeOptions

A class that represents deployment options. Passed as a parameter to DeploymentManager.Initialize(DeploymentInitializeOptions).

DeploymentManager

Provides access to deployment information for the Windows App SDK runtime.

Important

Your app should call DeploymentManager.Initialize during startup. For more info, see Initialize the Windows App SDK.

DeploymentResult

Provides deployment status and error information for the Windows App SDK runtime referenced by the current package.

ReleaseInfo

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

RuntimeCompatibilityOptions

Your app can use this class to configure any desired compatibility options for Windows App Runtime behavior of changes added in servicing updates. This class is used only to set the runtime behavior, and can't be used to query the applied options.

RuntimeInfo

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

Structs

WindowsAppRuntimeVersion

Represents a version of the Windows App Runtime.

Enums

DeploymentStatus

Represents the deployment status of the Windows App SDK runtime that is currently loaded.

RuntimeCompatibilityChange

Defines constants that specify the set of servicing changes that can be disabled.

See also