API Reference
Class
InfrastructureConfig
Typed settings controlling default local infrastructure access behavior.
Inheritance
- Object
- InfrastructureConfig
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.Infrastructure
Constructors
public InfrastructureConfig() #Inherited Methods
Properties
public String RegistryDefaultView { get; set; } #Default registry view for ComputerX registry access. Supported values: x64, x86, default.
public Nullable<Int32> WmiDefaultTimeoutMs { get; set; } #Default timeout (milliseconds) for WMI/CIM calls when no per-call timeout is specified. Values below 200 are ignored.