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 class

Contains the key definitions available for a type 045 [FirmwareInventoryInformation] structure.

public static class FirmwareInventoryInformation

Public Members

name description
static AssociatedComponentHandles { get; } Gets a value representing the key to retrieve the property value.
static FirmwareCharacteristics { get; } Gets a value representing the key to retrieve the property value.
static FirmwareComponentName { get; } Gets a value representing the key to retrieve the property value.
static FirmwareId { get; } Gets a value representing the key to retrieve the property value.
static FirmwareIdFormat { get; } Gets a value representing the key to retrieve the property value.
static FirmwareImageSize { get; } Gets a value representing the key to retrieve the property value.
static FirmwareManufacturer { get; } Gets a value representing the key to retrieve the property value.
static FirmwareReleaseDate { get; } Gets a value representing the key to retrieve the property value.
static FirmwareState { get; } Gets a value representing the key to retrieve the property value.
static FirmwareVersion { get; } Gets a value representing the key to retrieve the property value.
static FirmwareVersionFormat { get; } Gets a value representing the key to retrieve the property value.
static LowestSupportedFirmwareVersion { get; } Gets a value representing the key to retrieve the property value.
static NumberOfAssociatedComponents { get; } Gets a value representing the key to retrieve the property value.

See Also