Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Reflection.PortableExecutable.Subsystem : ushort {
System.Reflection.PortableExecutable.Unknown = 0
, System.Reflection.PortableExecutable.Native = 1
, System.Reflection.PortableExecutable.WindowsGui = 2
, System.Reflection.PortableExecutable.WindowsCui = 3
,
System.Reflection.PortableExecutable.OS2Cui = 5
, System.Reflection.PortableExecutable.PosixCui = 7
, System.Reflection.PortableExecutable.NativeWindows = 8
, System.Reflection.PortableExecutable.WindowsCEGui = 9
,
System.Reflection.PortableExecutable.EfiApplication = 10
, System.Reflection.PortableExecutable.EfiBootServiceDriver = 11
, System.Reflection.PortableExecutable.EfiRuntimeDriver = 12
, System.Reflection.PortableExecutable.EfiRom = 13
,
System.Reflection.PortableExecutable.Xbox = 14
, System.Reflection.PortableExecutable.WindowsBootApplication = 16
} |
|