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.FirmwareInventoryInformation.FirmwareImageSize property

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

Size of the firmware image that is currently programmed in the device, in bytes. If the Firmware Image Size is unknown, the field is set to FFFFFFFFFFFFFFFFh

Key Composition

Return Value

Type: UInt64

Remarks

3.5

public static IPropertyKey FirmwareImageSize { get; }

See Also