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

DMI.ToString method

Returns a String that represents this instance.

public override string ToString()

Return Value

A String that represents this instance.

Remarks

The ToString method returns a string that includes the version expresed in hexadecimal format, the number of available structures, and SMBIOS total size occupied by all structures.

See Also