Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PortableExecutableKinds.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
PortableExecutableKinds
5
{
6
NotAPortableExecutableImage
= 0,
7
ILOnly
= 1,
8
Required32Bit
= 2,
9
PE32Plus
= 4,
10
Unmanaged32Bit
= 8,
11
Preferred32Bit
= 0x10
12
}
System.Reflection.PortableExecutableKinds
PortableExecutableKinds
Definition
PortableExecutableKinds.cs:5
System.Reflection.PortableExecutableKinds.PE32Plus
@ PE32Plus
System.Reflection.PortableExecutableKinds.Unmanaged32Bit
@ Unmanaged32Bit
System.Reflection.PortableExecutableKinds.Preferred32Bit
@ Preferred32Bit
System.Reflection.PortableExecutableKinds.ILOnly
@ ILOnly
System.Reflection.PortableExecutableKinds.NotAPortableExecutableImage
@ NotAPortableExecutableImage
System.Reflection.PortableExecutableKinds.Required32Bit
@ Required32Bit
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
PortableExecutableKinds.cs
Generated by
1.10.0