iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.CoolingDevice class

Contains the key definitions available for a type 027 [CoolingDevice] structure.

public static class CoolingDevice

Public Members

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.

See Also