Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CorFlags.cs
Go to the documentation of this file.
1
namespace
System.Reflection.PortableExecutable
;
2
3
[Flags]
4
public
enum
CorFlags
5
{
6
ILOnly
= 1,
7
Requires32Bit
= 2,
8
ILLibrary
= 4,
9
StrongNameSigned
= 8,
10
NativeEntryPoint
= 0x10,
11
TrackDebugData
= 0x10000,
12
Prefers32Bit
= 0x20000
13
}
System.Reflection.PortableExecutable.CorFlags
CorFlags
Definition
CorFlags.cs:5
System.Reflection.PortableExecutable.CorFlags.Requires32Bit
@ Requires32Bit
System.Reflection.PortableExecutable.CorFlags.ILLibrary
@ ILLibrary
System.Reflection.PortableExecutable.CorFlags.Prefers32Bit
@ Prefers32Bit
System.Reflection.PortableExecutable.CorFlags.StrongNameSigned
@ StrongNameSigned
System.Reflection.PortableExecutable.CorFlags.ILOnly
@ ILOnly
System.Reflection.PortableExecutable.CorFlags.TrackDebugData
@ TrackDebugData
System.Reflection.PortableExecutable.CorFlags.NativeEntryPoint
@ NativeEntryPoint
System.Reflection.PortableExecutable
Definition
Characteristics.cs:1
source
System.Reflection.Metadata
System.Reflection.PortableExecutable
CorFlags.cs
Generated by
1.10.0