Click or drag to resize

HardwareOperationGetProcessorCount Method

Returns the processor count in a human-readable format.

Namespace:  Xcalibur.WMI.Hardware
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static string GetProcessorCount(
	double osVersion,
	IProcessorInfo proc
)

Parameters

osVersion
Type: SystemDouble
The operating system version.
proc
Type: Xcalibur.Models.Hardware.ProcessorIProcessorInfo
The processor information model.

Return Value

Type: String
See Also