Skip to main content

AppPackagingModel

Namespace: Wisej.Hybrid.Modules.System

Assembly: Wisej.Hybrid

Describes packaging options for a Windows app.

public enum AppPackagingModel : Enum

Fields

NameDescription
PackagedThe app is packaged and can be distributed through an MSIX or the store.
UnpackagedThe app is unpackaged and can be distributed as a collection of executable files.

Used By

NameDescription
DeviceSystemInfo.PackagingModelGets whether the app has been packaged as an MSIX or an independent executable.