C# 클래스 OpenHardwareMonitor.Hardware.Mainboard.SuperIOHardware

상속: Hardware
파일 보기 프로젝트 열기: pklinef/open-hardware-monitor 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
GetReport ( ) : string
SuperIOHardware ( Mainboard mainboard, ISuperIO superIO, Manufacturer manufacturer, Model model, ISettings settings ) : System
Update ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetReport() 공개 메소드

public GetReport ( ) : string
리턴 string

SuperIOHardware() 공개 메소드

public SuperIOHardware ( Mainboard mainboard, ISuperIO superIO, Manufacturer manufacturer, Model model, ISettings settings ) : System
mainboard Mainboard
superIO ISuperIO
manufacturer Manufacturer
model Model
settings ISettings
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void