Enum DllCharacteristicsType
Constants for the Optional header DllCharacteristics property.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public enum DllCharacteristicsType : ushort
  Fields
| Name | Description | 
|---|---|
| AppContainer | Image must execute in an AppContainer.  | 
      
| DynamicBase | DLL can be relocated at load time.  | 
      
| ForceIntegrity | Enforces integrity checks.  | 
      
| GuardCF | Image supports Control Flow Guard.  | 
      
| HighEntropyVA | Image can handle a high entropy 64-bit virtual address space.  | 
      
| NoBind | Do not bind the image.  | 
      
| NoIsolation | Image is isolation aware but should not be isolated.  | 
      
| NoSeh | No Secure Exception Handling (SEH)  | 
      
| NxCompat | Image is compatible with Data Execution Prevention (DEP).  | 
      
| TerminalServerAware | Terminal server aware.  | 
      
| WdmDriver | Image is a WDM driver.  |