Subsystem.WindowsProcessors Property

Read-only. Returns the configured number of Windows processors. If processor configuration has not happened yet, this property will return a RTX64NotConfiguredException, and the real-time Subsystem cannot be started. See method SetWindowsAndRtssProcessorsRequested().

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public uint WindowsProcessors { get; }

Property Value

Type: UInt32

Implements

IConfigSubsystemWindowsProcessors
See Also