TestimoX

API Reference

Class

PowerShellRuntimeConfig

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Modifiers sealed

Host-level tuning for the compiled PowerShell rule catalog. Applies to CLI, PowerShell module, and typed hosts.

Inheritance

  • Object
  • PowerShellRuntimeConfig

Constructors

public PowerShellRuntimeConfig() #

Properties

public Nullable<PowerShellCatalogMode> CatalogMode { get; set; } #

Controls how/when the compiled PowerShell catalog (generated from .ps1 files) is used. Defaults to Auto.

public PowerShellRuleCacheOptions Cache { get; set; } #

Optional settings controlling how legacy PowerShell scripts are extracted when CatalogMode forces the legacy path.