Table of Contents

Enum ScanMode

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

How the scan reached its pages, which bounds what its conclusions are worth.

public enum ScanMode

Fields

Offline = 0

Read the bundle as bytes with no engine, no lock, no replay. Conclusions are Confirmed.

OnlineQuiesced = 2

Read through a running engine behind a tick fence and checkpoint barrier. Conclusions are Confirmed.

OnlineSampled = 1

Read through a running engine without quiescing it. Per-page checks only; conclusions are Suspected.