Enum PESubsystem
- Namespace
- ZeroInstall.Publish.EntryPoints
- Assembly
- ZeroInstall.Publish.dll
The subsystem specified by a PE file (i.e., whether the binary is a console or GUI application).
public enum PESubsystem : ushort
Fields
Native = 1
OS2Cui = 5
PosixCui = 7
WindowsCui = 3
WindowsGui = 2