Microsoft.Windows.ApplicationModel.WindowsAppRuntime Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Enums
DeploymentStatus |
Represents the deployment status of the Windows App SDK runtime that is currently loaded. |