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 class

The Desktop Management Interface (DMI) or the desktop management interface, standard framework for management and component tracking on a desktop, laptop or server.

public sealed class DMI

Public Members

name description
static CreateInstance(…) Gets an instance of this class for remote machine. If options is null (Nothing in Visual Basic) always returns an instance for this machine.
SmbiosVersion { get; } Gets the SMBIOS version.
Structures { get; } Gets the collection of available structures.
override ToString() Returns a String that represents this instance.
static AccessType { get; } Gets a String that represents the type of access.
static Identificationmethod { get; } Gets a String that represents access mode.

See Also