iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Contains the key definitions available for a type 027 [CoolingDevice] structure.
public static class CoolingDevice
| name | description |
|---|---|
| static CoolingUnitGroup { get; } | Gets a value representing the key to retrieve the property value. |
| static Description { get; } | Gets a value representing the key to retrieve the property value. |
| static NominalSpeed { get; } | Gets a value representing the key to retrieve the property value. |
| static OemDefined { get; } | Gets a value representing the key to retrieve the property value. |
| static TemperatureProbeHandle { get; } | Gets a value representing the key to retrieve the property value. |
| static class DeviceTypeAndStatus | Contains the key definition for the Device Type And Status section. |