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.CreateInstance method

Gets an instance of this class for remote machine. If options is null (Nothing in Visual Basic) always returns an instance for this machine.

public static DMI CreateInstance(DmiConnectOptions options = null)

Property Value

A DMI reference that contains DMI information.

See Also