Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PEMagic.cs
Go to the documentation of this file.
1
namespace
System.Reflection.PortableExecutable
;
2
3
public
enum
PEMagic
: ushort
4
{
5
PE32
= 267,
6
PE32Plus
= 523
7
}
System.Reflection.PortableExecutable.PEMagic
PEMagic
Definition
PEMagic.cs:4
System.Reflection.PortableExecutable.PEMagic.PE32Plus
@ PE32Plus
System.Reflection.PortableExecutable.PEMagic.PE32
@ PE32
System.Reflection.PortableExecutable
Definition
Characteristics.cs:1
source
System.Reflection.Metadata
System.Reflection.PortableExecutable
PEMagic.cs
Generated by
1.10.0