enum | System.Reflection.PortableExecutable.SectionCharacteristics : uint {
System.Reflection.PortableExecutable.TypeReg = 0u
, System.Reflection.PortableExecutable.TypeDSect = 1u
, System.Reflection.PortableExecutable.TypeNoLoad = 2u
, System.Reflection.PortableExecutable.TypeGroup = 4u
,
System.Reflection.PortableExecutable.TypeNoPad = 8u
, System.Reflection.PortableExecutable.TypeCopy = 0x10u
, System.Reflection.PortableExecutable.ContainsCode = 0x20u
, System.Reflection.PortableExecutable.ContainsInitializedData = 0x40u
,
System.Reflection.PortableExecutable.ContainsUninitializedData = 0x80u
, System.Reflection.PortableExecutable.LinkerOther = 0x100u
, System.Reflection.PortableExecutable.LinkerInfo = 0x200u
, System.Reflection.PortableExecutable.TypeOver = 0x400u
,
System.Reflection.PortableExecutable.LinkerRemove = 0x800u
, System.Reflection.PortableExecutable.LinkerComdat = 0x1000u
, System.Reflection.PortableExecutable.MemProtected = 0x4000u
, System.Reflection.PortableExecutable.NoDeferSpecExc = 0x4000u
,
System.Reflection.PortableExecutable.GPRel = 0x8000u
, System.Reflection.PortableExecutable.MemFardata = 0x8000u
, System.Reflection.PortableExecutable.MemSysheap = 0x10000u
, System.Reflection.PortableExecutable.MemPurgeable = 0x20000u
,
System.Reflection.PortableExecutable.Mem16Bit = 0x20000u
, System.Reflection.PortableExecutable.MemLocked = 0x40000u
, System.Reflection.PortableExecutable.MemPreload = 0x80000u
, System.Reflection.PortableExecutable.Align1Bytes = 0x100000u
,
System.Reflection.PortableExecutable.Align2Bytes = 0x200000u
, System.Reflection.PortableExecutable.Align4Bytes = 0x300000u
, System.Reflection.PortableExecutable.Align8Bytes = 0x400000u
, System.Reflection.PortableExecutable.Align16Bytes = 0x500000u
,
System.Reflection.PortableExecutable.Align32Bytes = 0x600000u
, System.Reflection.PortableExecutable.Align64Bytes = 0x700000u
, System.Reflection.PortableExecutable.Align128Bytes = 0x800000u
, System.Reflection.PortableExecutable.Align256Bytes = 0x900000u
,
System.Reflection.PortableExecutable.Align512Bytes = 0xA00000u
, System.Reflection.PortableExecutable.Align1024Bytes = 0xB00000u
, System.Reflection.PortableExecutable.Align2048Bytes = 0xC00000u
, System.Reflection.PortableExecutable.Align4096Bytes = 0xD00000u
,
System.Reflection.PortableExecutable.Align8192Bytes = 0xE00000u
, System.Reflection.PortableExecutable.AlignMask = 0xF00000u
, System.Reflection.PortableExecutable.LinkerNRelocOvfl = 0x1000000u
, System.Reflection.PortableExecutable.MemDiscardable = 0x2000000u
,
System.Reflection.PortableExecutable.MemNotCached = 0x4000000u
, System.Reflection.PortableExecutable.MemNotPaged = 0x8000000u
, System.Reflection.PortableExecutable.MemShared = 0x10000000u
, System.Reflection.PortableExecutable.MemExecute = 0x20000000u
,
System.Reflection.PortableExecutable.MemRead = 0x40000000u
, System.Reflection.PortableExecutable.MemWrite = 0x80000000u
} |