API Reference
Class
PowerShellRuntimeConfig
Host-level tuning for the compiled PowerShell rule catalog. Applies to CLI, PowerShell module, and typed hosts.
Inheritance
- Object
- PowerShellRuntimeConfig
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.