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

DmiSupportedEventLogTypeDescriptorsCollection class

Represents a collection of objects DmiSupportedEventLogTypeDescriptorElement.

public sealed class DmiSupportedEventLogTypeDescriptorsCollection : 
    ReadOnlyCollection<DmiSupportedEventLogTypeDescriptorElement>

Public Members

name description
override ToString() Returns a class String that represents the current object.

See Also