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).
[SuppressMessage("Microsoft.Design", "CA1028:EnumStorageShouldBeInt32")]
[SuppressMessage("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue")]
public enum PESubsystem : ushort
Fields
Native = 1OS2Cui = 5PosixCui = 7WindowsCui = 3WindowsGui = 2