TestimoX

API Reference

Enum

PowerShellCatalogMode

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how compiled PowerShell rule catalogs are used by the hosts.

Inheritance

  • Enum
  • PowerShellCatalogMode

Values

public const PowerShellCatalogMode Legacy #

Do not use the compiled catalog; rely on legacy script extraction/runtime parsing.

Value: 0
public const PowerShellCatalogMode Auto #

Use the compiled catalog when available; otherwise fall back to legacy behavior (default).

Value: 1
public const PowerShellCatalogMode CompiledOnly #

Require the compiled catalog. If it is missing, rule discovery fails.

Value: 2