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

Inheritance: Structure
Afficher le fichier Open project: pklinef/open-hardware-monitor

Méthodes publiques

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

Method Details

BIOSInformation() public méthode

public BIOSInformation ( byte type, ushort handle, byte data, string strings ) : System
type byte
handle ushort
data byte
strings string
Résultat System

BIOSInformation() public méthode

public BIOSInformation ( string vendor, string version ) : System
vendor string
version string
Résultat System