Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Reflection.PortableExecutable.Machine : ushort {
System.Reflection.PortableExecutable.Unknown = 0
, System.Reflection.PortableExecutable.I386 = 332
, System.Reflection.PortableExecutable.WceMipsV2 = 361
, System.Reflection.PortableExecutable.Alpha = 388
,
System.Reflection.PortableExecutable.SH3 = 418
, System.Reflection.PortableExecutable.SH3Dsp = 419
, System.Reflection.PortableExecutable.SH3E = 420
, System.Reflection.PortableExecutable.SH4 = 422
,
System.Reflection.PortableExecutable.SH5 = 424
, System.Reflection.PortableExecutable.Arm = 448
, System.Reflection.PortableExecutable.Thumb = 450
, System.Reflection.PortableExecutable.ArmThumb2 = 452
,
System.Reflection.PortableExecutable.AM33 = 467
, System.Reflection.PortableExecutable.PowerPC = 496
, System.Reflection.PortableExecutable.PowerPCFP = 497
, System.Reflection.PortableExecutable.IA64 = 512
,
System.Reflection.PortableExecutable.MIPS16 = 614
, System.Reflection.PortableExecutable.Alpha64 = 644
, System.Reflection.PortableExecutable.MipsFpu = 870
, System.Reflection.PortableExecutable.MipsFpu16 = 1126
,
System.Reflection.PortableExecutable.Tricore = 1312
, System.Reflection.PortableExecutable.Ebc = 3772
, System.Reflection.PortableExecutable.Amd64 = 34404
, System.Reflection.PortableExecutable.M32R = 36929
,
System.Reflection.PortableExecutable.Arm64 = 43620
} |
|