Table of Contents

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