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.GetBytes method

Returns the stored array from start with specified lenght.

protected byte[] GetBytes(byte start, byte lenght)
parameter description
start start byte
lenght lenght

Return Value

The array value stored.

See Also