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.

RuntimeInfo

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

Enums

DeploymentStatus

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

See also