Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CorFlags
enum
System.Reflection.PortableExecutable.CorFlags
Enumerator
ILOnly
Requires32Bit
ILLibrary
StrongNameSigned
NativeEntryPoint
TrackDebugData
Prefers32Bit
Definition at line
4
of file
CorFlags.cs
.
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.Requires32Bit
@ Requires32Bit
System.Reflection.PortableExecutable.CorFlags.ILLibrary
@ ILLibrary
System.Reflection.PortableExecutable.CorFlags.Prefers32Bit
@ Prefers32Bit
System.Reflection.PortableExecutable.CorFlags.StrongNameSigned
@ StrongNameSigned
System.Reflection.PortableExecutable.CorFlags.TrackDebugData
@ TrackDebugData
System.Reflection.PortableExecutable.CorFlags.NativeEntryPoint
@ NativeEntryPoint
System.Reflection.PortableExecutableKinds.ILOnly
@ ILOnly
System
Reflection
PortableExecutable
Generated by
1.10.0