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.Bios.BiosRomSize property

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

Size of the physical device containing the BIOS. For check measured unit, please see BiosRomSizeUnit property.

Key Composition

Return Value

Type: UInt32

Remarks

2.0+, 3.1+

public static IPropertyKey BiosRomSize { get; }

See Also