Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Machine.cs
Go to the documentation of this file.
1
namespace
System.Reflection.PortableExecutable
;
2
3
public
enum
Machine
: ushort
4
{
5
Unknown
= 0,
6
I386
= 332,
7
WceMipsV2
= 361,
8
Alpha
= 388,
9
SH3
= 418,
10
SH3Dsp
= 419,
11
SH3E
= 420,
12
SH4
= 422,
13
SH5
= 424,
14
Arm = 448,
15
Thumb
= 450,
16
ArmThumb2
= 452,
17
AM33
= 467,
18
PowerPC
= 496,
19
PowerPCFP
= 497,
20
IA64
= 512,
21
MIPS16
= 614,
22
Alpha64
= 644,
23
MipsFpu
= 870,
24
MipsFpu16
= 1126,
25
Tricore
= 1312,
26
Ebc
= 3772,
27
Amd64
= 34404,
28
M32R
= 36929,
29
Arm64
= 43620
30
}
System.Reflection.PortableExecutable.Machine
Machine
Definition
Machine.cs:4
System.Reflection.PortableExecutable.Machine.M32R
@ M32R
System.Reflection.PortableExecutable.Machine.PowerPC
@ PowerPC
System.Reflection.PortableExecutable.Machine.SH4
@ SH4
System.Reflection.PortableExecutable.Machine.SH3Dsp
@ SH3Dsp
System.Reflection.PortableExecutable.Machine.PowerPCFP
@ PowerPCFP
System.Reflection.PortableExecutable.Machine.AM33
@ AM33
System.Reflection.PortableExecutable.Machine.IA64
@ IA64
System.Reflection.PortableExecutable.Machine.SH5
@ SH5
System.Reflection.PortableExecutable.Machine.Alpha
@ Alpha
System.Reflection.PortableExecutable.Machine.MipsFpu16
@ MipsFpu16
System.Reflection.PortableExecutable.Machine.Thumb
@ Thumb
System.Reflection.PortableExecutable.Machine.MIPS16
@ MIPS16
System.Reflection.PortableExecutable.Machine.Alpha64
@ Alpha64
System.Reflection.PortableExecutable.Machine.WceMipsV2
@ WceMipsV2
System.Reflection.PortableExecutable.Machine.Arm64
@ Arm64
System.Reflection.PortableExecutable.Machine.ArmThumb2
@ ArmThumb2
System.Reflection.PortableExecutable.Machine.SH3
@ SH3
System.Reflection.PortableExecutable.Machine.I386
@ I386
System.Reflection.PortableExecutable.Machine.Tricore
@ Tricore
System.Reflection.PortableExecutable.Machine.MipsFpu
@ MipsFpu
System.Reflection.PortableExecutable.Machine.SH3E
@ SH3E
System.Reflection.PortableExecutable.Machine.Amd64
@ Amd64
System.Reflection.PortableExecutable.Machine.Ebc
@ Ebc
System.Reflection.PortableExecutable.DebugDirectoryEntryType.Unknown
@ Unknown
System.Reflection.PortableExecutable
Definition
Characteristics.cs:1
source
System.Reflection.Metadata
System.Reflection.PortableExecutable
Machine.cs
Generated by
1.10.0