Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Subsystem.cs
Go to the documentation of this file.
1
namespace
System.Reflection.PortableExecutable
;
2
3
public
enum
Subsystem
: ushort
4
{
5
Unknown
= 0,
6
Native = 1,
7
WindowsGui
= 2,
8
WindowsCui
= 3,
9
OS2Cui
= 5,
10
PosixCui
= 7,
11
NativeWindows
= 8,
12
WindowsCEGui
= 9,
13
EfiApplication
= 10,
14
EfiBootServiceDriver
= 11,
15
EfiRuntimeDriver
= 12,
16
EfiRom
= 13,
17
Xbox
= 14,
18
WindowsBootApplication
= 16
19
}
System.Reflection.PortableExecutable.DebugDirectoryEntryType.Unknown
@ Unknown
System.Reflection.PortableExecutable.Subsystem
Subsystem
Definition
Subsystem.cs:4
System.Reflection.PortableExecutable.Subsystem.EfiRuntimeDriver
@ EfiRuntimeDriver
System.Reflection.PortableExecutable.Subsystem.Xbox
@ Xbox
System.Reflection.PortableExecutable.Subsystem.OS2Cui
@ OS2Cui
System.Reflection.PortableExecutable.Subsystem.WindowsCEGui
@ WindowsCEGui
System.Reflection.PortableExecutable.Subsystem.NativeWindows
@ NativeWindows
System.Reflection.PortableExecutable.Subsystem.WindowsBootApplication
@ WindowsBootApplication
System.Reflection.PortableExecutable.Subsystem.EfiBootServiceDriver
@ EfiBootServiceDriver
System.Reflection.PortableExecutable.Subsystem.EfiRom
@ EfiRom
System.Reflection.PortableExecutable.Subsystem.WindowsGui
@ WindowsGui
System.Reflection.PortableExecutable.Subsystem.WindowsCui
@ WindowsCui
System.Reflection.PortableExecutable.Subsystem.PosixCui
@ PosixCui
System.Reflection.PortableExecutable.Subsystem.EfiApplication
@ EfiApplication
System.Reflection.PortableExecutable
Definition
Characteristics.cs:1
source
System.Reflection.Metadata
System.Reflection.PortableExecutable
Subsystem.cs
Generated by
1.10.0