Skip to content

ScanHint ​

Hints for an AOB scan operation.

Kind: Enum

Namespace: ConnectorLib

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

ScanHint

None

No hint. Scan all available memory pages.

ScanHint

ExecutePage

Scan only the memory pages that are executable.

Enums

ScanHint

[None = 0, ExecutePage = 1]

Hints for an AOB scan operation.