Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Reflection.PortableExecutable.DllCharacteristics : ushort {
System.Reflection.PortableExecutable.ProcessInit = 1
, System.Reflection.PortableExecutable.ProcessTerm = 2
, System.Reflection.PortableExecutable.ThreadInit = 4
, System.Reflection.PortableExecutable.ThreadTerm = 8
,
System.Reflection.PortableExecutable.HighEntropyVirtualAddressSpace = 0x20
, System.Reflection.PortableExecutable.DynamicBase = 0x40
, System.Reflection.PortableExecutable.NxCompatible = 0x100
, System.Reflection.PortableExecutable.NoIsolation = 0x200
,
System.Reflection.PortableExecutable.NoSeh = 0x400
, System.Reflection.PortableExecutable.NoBind = 0x800
, System.Reflection.PortableExecutable.AppContainer = 0x1000
, System.Reflection.PortableExecutable.WdmDriver = 0x2000
,
System.Reflection.PortableExecutable.TerminalServerAware = 0x8000
} |
|