iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Contains the key definitions available for a type 000 [Bios Information] structure.
public static class Bios
name | description |
---|---|
static BiosReleaseDate { get; } | Gets a value representing the key to retrieve the property value. |
static BiosRomSize { get; } | Gets a value representing the key to retrieve the property value. |
static BiosRomSizeUnit { get; } | Gets a value representing the key to retrieve the property value. |
static BiosStartSegment { get; } | Gets a value representing the key to retrieve the property value. |
static BiosVersion { get; } | Gets a value representing the key to retrieve the property value. |
static Characteristics { get; } | Gets a value representing the key to retrieve the property value. |
static CharacteristicsExtensionByte1 { get; } | Gets a value representing the key to retrieve the property value. |
static CharacteristicsExtensionByte2 { get; } | Gets a value representing the key to retrieve the property value. |
static FirmwareMajorRelease { get; } | Gets a value representing the key to retrieve the property value. |
static FirmwareMinorRelease { get; } | Gets a value representing the key to retrieve the property value. |
static SystemBiosMajorRelease { get; } | Gets a value representing the key to retrieve the property value. |
static SystemBiosMinorRelease { get; } | Gets a value representing the key to retrieve the property value. |
static Vendor { get; } | Gets a value representing the key to retrieve the property value. |