C# 클래스 OpenHardwareMonitor.Hardware.CPU.IntelCPU

상속: OpenHardwareMonitor.Hardware.CPU.GenericCPU
파일 보기 프로젝트 열기: pklinef/open-hardware-monitor

공개 메소드들

메소드 설명
GetReport ( ) : string
IntelCPU ( int processorIndex, OpenHardwareMonitor.Hardware.CPU.CPUID cpuid, ISettings settings ) : System
Update ( ) : void

보호된 메소드들

메소드 설명
GetMSRs ( ) : uint[]

비공개 메소드들

메소드 설명
Floats ( float f ) : float[]
GetTjMaxFromMSR ( ) : float[]

메소드 상세

GetMSRs() 보호된 메소드

protected GetMSRs ( ) : uint[]
리턴 uint[]

GetReport() 공개 메소드

public GetReport ( ) : string
리턴 string

IntelCPU() 공개 메소드

public IntelCPU ( int processorIndex, OpenHardwareMonitor.Hardware.CPU.CPUID cpuid, ISettings settings ) : System
processorIndex int
cpuid OpenHardwareMonitor.Hardware.CPU.CPUID
settings ISettings
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void