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
)
Public Shared Function GetProcessorCount (
osVersion As Double,
proc As IProcessorInfo
) As String
public:
static String^ GetProcessorCount(
double osVersion,
IProcessorInfo^ proc
)
static member GetProcessorCount :
osVersion : float *
proc : IProcessorInfo -> string
Parameters
- osVersion
- Type: SystemDouble
The operating system version. - proc
- Type: Xcalibur.Models.Hardware.ProcessorIProcessorInfo
The processor information model.
Return Value
Type:
StringSee Also