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

SpecificDmiBaseType.GetQuadrupleWord method

Returns the stored value from the specified byte.

protected long GetQuadrupleWord(byte start)
parameter description
start start byte

Return Value

The value stored in the indicated byte.

See Also