Click or drag to resize

HardwareOperation Class

HardwareOperation Operation class.
Inheritance Hierarchy
SystemObject
  Xcalibur.WMI.HardwareHardwareOperation

Namespace:  Xcalibur.WMI.Hardware
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static class HardwareOperation

The HardwareOperation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFormatProcessorSpeed
Formats the Processor speed in human-readable format.
Public methodStatic memberGetLinkSpeedInfo
Retrieves link speed information.
Public methodStatic memberGetLogicalDiskToPartition
Gets the LogicalDisk DeviceID from Win32_LogicalDiskToPartition.
Public methodStatic memberGetMemoryInfo
Retrieves memory information.
Public methodStatic memberGetProcessorCount
Returns the processor count in a human-readable format.
Public methodStatic memberGetProcessorInfo
Gets the processor info.

Different functions need to be used for legacy versions due to the structuring of the output.

Top
See Also