Click or drag to resize

IOperatingSystemDynamicInfoNumberOfProcesses Property

Win32_OperatingSystem: Number of process contexts currently loaded or running on the operating system.

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
int NumberOfProcesses { get; set; }

Property Value

Type: Int32
The number of processes.
See Also