TestimoX

API Reference

Class

PowerShellRuleCatalog

Namespace TestimoX.RulesPowerShell.Generated

Provides access to the compiled PowerShell rule catalog (generated from the legacy .ps1 rules).

Inheritance

  • Object
  • PowerShellRuleCatalog

Methods

CreateRules() #

Builds a fresh set of rules from cached DTOs to avoid cross-run mutations.

ToScriptBlock(System.String arg1) #

Helper used by generated code to recreate ScriptBlock instances.

Parameters

arg1 System.String required

Properties

HasCompiledRules #

Indicates whether compiled rules are available.

Rules #

Returns the compiled PowerShell rules. When generation was disabled, returns an empty list.