C# 클래스 OpenHardwareMonitor.Hardware.Mainboard.SMBIOS.BIOSInformation

상속: Structure
파일 보기 프로젝트 열기: pklinef/open-hardware-monitor

공개 메소드들

메소드 설명
BIOSInformation ( byte type, ushort handle, byte data, string strings ) : System
BIOSInformation ( string vendor, string version ) : System

메소드 상세

BIOSInformation() 공개 메소드

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

BIOSInformation() 공개 메소드

public BIOSInformation ( string vendor, string version ) : System
vendor string
version string
리턴 System