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.BaseBoard.ContainedElements property

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

List of handles of other structures (for examples, Baseboard, Processor, Port, System Slots, Memory Device) that are contained by this baseboard.

Key Composition

Return Value

Type: BaseBoardContainedElementCollection

public static IPropertyKey ContainedElements { get; }

See Also