AppPackagingModel
Namespace: Wisej.Hybrid.Modules.System
Assembly: Wisej.Hybrid
Describes packaging options for a Windows app.
- C#
- VB.NET
public enum AppPackagingModel : Enum
Public Enum AppPackagingModel As [Enum]
Fields
| Name | Description |
|---|---|
| Packaged | The app is packaged and can be distributed through an MSIX or the store. |
| Unpackaged | The app is unpackaged and can be distributed as a collection of executable files. |
Used By
| Name | Description |
|---|---|
| DeviceSystemInfo.PackagingModel | Gets whether the app has been packaged as an MSIX or an independent executable. |