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.Chassis.Height property

Gets a value representing the key to retrieve the property value.

Height of the enclosure, in ‘U’s A U is a standard unit of measure for the height of a rack or rack-mountable component and is equal to 1.75 inches or 4.445 cm.

A value of 00h indicates that the enclosure height is unspecified.

Key Composition

Return Value

Type: Byte

Remarks

2.3+

public static IPropertyKey Height { get; }

See Also