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 = 1OS2Cui = 5PosixCui = 7WindowsCui = 3WindowsGui = 2