Table of Contents

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 = 10

Indicates an extensible firmware interface application.

EfiBootServiceDriver = 11

Indicates an extensible firmware interface driver with boot services.

EfiRom = 13

Indicates an extensible firmware interface ROM image.

EfiRuntime = 12

Indicates an extensible firmware interface driver with run-time services.

Native = 1

Indicates device drivers and native Windows processes.

NativeWindows = 8

Indicates a native Win9x driver.

PosixCui = 7

Indicates the POSIX character subsystem.

Unknown = 0

Indicates an unknown subsystem.

WindowsBootApplication = 16

Indicates a Windows boot application.

WindowsCeGui = 9

Indicates a Windows CE graphical user interface application.

WindowsCui = 3

Indicates the Windows character subsystem.

WindowsGui = 2

Indicates the Windows graphical user interface subsystem.

Xbox = 14

Indicates an XBOX application.