Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Reflection.PortableExecutable.Characteristics : ushort {
System.Reflection.PortableExecutable.RelocsStripped = 1
, System.Reflection.PortableExecutable.ExecutableImage = 2
, System.Reflection.PortableExecutable.LineNumsStripped = 4
, System.Reflection.PortableExecutable.LocalSymsStripped = 8
,
System.Reflection.PortableExecutable.AggressiveWSTrim = 0x10
, System.Reflection.PortableExecutable.LargeAddressAware = 0x20
, System.Reflection.PortableExecutable.BytesReversedLo = 0x80
, System.Reflection.PortableExecutable.Bit32Machine = 0x100
,
System.Reflection.PortableExecutable.DebugStripped = 0x200
, System.Reflection.PortableExecutable.RemovableRunFromSwap = 0x400
, System.Reflection.PortableExecutable.NetRunFromSwap = 0x800
, System.Reflection.PortableExecutable.System = 0x1000
,
System.Reflection.PortableExecutable.Dll = 0x2000
, System.Reflection.PortableExecutable.UpSystemOnly = 0x4000
, System.Reflection.PortableExecutable.BytesReversedHi = 0x8000
} |
|