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

DmiStructure class

Represents a structure DMI.

public sealed class DmiStructure

Public Members

name description
Class { get; } Gets a value that represents the class implemented.
Elements { get; } Gets the collection of available items.
FriendlyClassName { get; } Gets a value that represents the structure friendly name.
GetStructureDescrition() Returns the structure description.
override ToString() Returns a String that represents this instance.

See Also