DllCharacteristics 列舉

定義

描述動態連結程式庫的特性。

此列舉支援其成員值的位元組合。

public enum class DllCharacteristics
[System.Flags]
public enum DllCharacteristics
[<System.Flags>]
type DllCharacteristics = 
Public Enum DllCharacteristics
繼承
DllCharacteristics
屬性

欄位

AppContainer 4096

映像必須在 AppContainer 內執行。

ControlFlowGuard 16384

映射支援控制流程防護。

DynamicBase 64

DLL 可以重新放置。

ForceIntegrity 128

會強制執行程式碼完整性檢查。

HighEntropyVirtualAddressSpace 32

映像可以處理熵 64 位元的虛擬位址空間。

NoBind 2048

請勿繫結此映像。

NoIsolation 512

映像了解隔離,且不想要它。

NoSeh 1024

映像不使用 SEH。 任何 SE 處理常式都不會保留在此映像中。

NxCompatible 256

映像與 NX 相容。

ProcessInit 1

保留的。

ProcessTerm 2

保留的。

TerminalServerAware 32768

映像可感知終端機伺服器。

ThreadInit 4

保留的。

ThreadTerm 8

保留的。

WdmDriver 8192

驅動程式會使用 WDM 模型。

適用於