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

DmiAdditionalInformationEntryCollection.ToString method

Returns a class String that represents the current object.

public override string ToString()

Return Value

Object String that represents the current DmiAdditionalInformationEntryCollection class.

Remarks

This method returns a string that includes the number of available elements.

See Also