C# Class OpenHardwareMonitor.Hardware.Mainboard.SMBIOS.BIOSInformation

Inheritance: Structure
Show file Open project: pklinef/open-hardware-monitor

Public Methods

Method Description
BIOSInformation ( byte type, ushort handle, byte data, string strings ) : System
BIOSInformation ( string vendor, string version ) : System

Method Details

BIOSInformation() public method

public BIOSInformation ( byte type, ushort handle, byte data, string strings ) : System
type byte
handle ushort
data byte
strings string
return System

BIOSInformation() public method

public BIOSInformation ( string vendor, string version ) : System
vendor string
version string
return System