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.SystemSlots.SlotPitch property

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

Indicates the pitch of the slot in millimeters. The pitch is defined by each slot/card specification, but typically describes add-in card to add-in card pitch.

A value of 0 implies that the slot pitch is not given or is unknown.

Key Composition

Return Value

Type: UInt16

Remarks

3.4

public static IPropertyKey SlotPitch { get; }

See Also