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.BiosStartSegment property

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

Segment location of BIOS starting address. This value is a free-form string that may contain core and OEM version information. The size of the runtime BIOS image can be computed by subtracting the Starting Address Segment from 10000h and multiplying the result by 16.

Key Composition

Return Value

Type: String

Remarks

2.0+

public static IPropertyKey BiosStartSegment { get; }

See Also