Enum SubSystem
- Namespace
- AsmResolver.PE.File
- Assembly
- AsmResolver.PE.File.dll
Provides members describing all supported subsystems that a portable executable can run in.
public enum SubSystem
Fields
EfiApplication = 10Indicates an extensible firmware interface application.
EfiBootServiceDriver = 11Indicates an extensible firmware interface driver with boot services.
EfiRom = 13Indicates an extensible firmware interface ROM image.
EfiRuntime = 12Indicates an extensible firmware interface driver with run-time services.
Native = 1Indicates device drivers and native Windows processes.
NativeWindows = 8Indicates a native Win9x driver.
PosixCui = 7Indicates the POSIX character subsystem.
Unknown = 0Indicates an unknown subsystem.
WindowsBootApplication = 16Indicates a Windows boot application.
WindowsCeGui = 9Indicates a Windows CE graphical user interface application.
WindowsCui = 3Indicates the Windows character subsystem.
WindowsGui = 2Indicates the Windows graphical user interface subsystem.
Xbox = 14Indicates an XBOX application.