Constants

object Constants

Properties

Link copied to clipboard
const val APPCONTAINER: Short

Image must execute in an AppContainer.

Link copied to clipboard
const val DYNAMIC_BASE: Short

DLL can be relocated at load time.

Link copied to clipboard

Code Integrity checks are enforced.

Link copied to clipboard
const val GUARD_CF: Short

Image supports Control Flow Guard.

Link copied to clipboard

Image can handle a high entropy 64-bit virtual address space.

Link copied to clipboard
const val NO_BIND: Short

Do not bind the image.

Link copied to clipboard
const val NO_ISOLATION: Short

Isolation aware, but do not isolate the image.

Link copied to clipboard
const val NO_SEH: Short

Does not use structured exception (SE) handling. No SE handler may be called in this image.

Link copied to clipboard
const val NX_COMPAT: Short

Image is NX compatible.

Link copied to clipboard

Terminal Server aware.

Link copied to clipboard
const val WDM_DRIVER: Short

A WDM driver.