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

DmiClass class

Represents a DMI class.

public sealed class DmiClass

Public Members

name description
ImplementedProperties { get; } Returns a list of implemented properties for this structure
ImplementedVersion { get; } Returns a value that indicates the implemented version of this DMI structure.
GetProperty(…) Returns the value of specified property. Always returns the first appearance of the property.
override ToString() Returns a String that represents this instance.

See Also