API Reference
Class
PowerShellRuntimeConfig
Host-level tuning for the compiled PowerShell rule catalog. Applies to CLI, PowerShell module, and typed hosts.
Inheritance
- Object
- PowerShellRuntimeConfig
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EngineConfig.PowerShellRuntime
- Property RunConfig.PowerShellRuntime
- Property ServiceConfig.PowerShellRuntime
- Property ExecutionConfiguration.PowerShellRuntime
- Property FileConfiguration.PowerShellRuntime
- Property Testimo.PowerShellRuntime
Accepted by parameters
- Method PowerShellRuntimeConfigFactory.TryCreate
- Constructor TestimoRunner.TestimoRunner
Constructors
public PowerShellRuntimeConfig() #Inherited Methods
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.