Start parameters for the UWP application type.

Hierarchy

  • UWPApplicationStartParameters

Properties

arguments?: string

Additional arguments for the UWP app.

packageName?: UWPPackageName

Describes the UWP package name

startAsChildProcess: boolean

Child processes will be terminated when the owning process is terminated, this ensures that no processes remain.

Generated using TypeDoc