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

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

공개 프로퍼티들

프로퍼티 타입 설명
Hidden bool
Index int
Name string
Rf float
Ri float
Vf float

공개 메소드들

메소드 설명
Voltage ( string name, int index ) : System
Voltage ( string name, int index, bool hidden ) : System
Voltage ( string name, int index, float ri, float rf ) : System
Voltage ( string name, int index, float ri, float rf, float vf, bool hidden ) : System

메소드 상세

Voltage() 공개 메소드

public Voltage ( string name, int index ) : System
name string
index int
리턴 System

Voltage() 공개 메소드

public Voltage ( string name, int index, bool hidden ) : System
name string
index int
hidden bool
리턴 System

Voltage() 공개 메소드

public Voltage ( string name, int index, float ri, float rf ) : System
name string
index int
ri float
rf float
리턴 System

Voltage() 공개 메소드

public Voltage ( string name, int index, float ri, float rf, float vf, bool hidden ) : System
name string
index int
ri float
rf float
vf float
hidden bool
리턴 System

프로퍼티 상세

Hidden 공개적으로 프로퍼티

public bool Hidden
리턴 bool

Index 공개적으로 프로퍼티

public int Index
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Rf 공개적으로 프로퍼티

public float Rf
리턴 float

Ri 공개적으로 프로퍼티

public float Ri
리턴 float

Vf 공개적으로 프로퍼티

public float Vf
리턴 float