C# 클래스 CUDA_Manager.NVext.Hardware.Nvidia.NvidiaGPU

상속: CUDA_Manager.NVext.Hardware.Hardware
파일 보기 프로젝트 열기: TwistedMexi/CudaManager

공개 메소드들

메소드 설명
NvidiaGPU ( int adapterIndex, NvPhysicalGpuHandle handle, NvDisplayHandle displayHandle ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
ControlModeChanged ( IControl control ) : void
GetClocks ( ) : uint[]
GetCoolerSettings ( ) : NvGPUCoolerSettings
GetName ( NvPhysicalGpuHandle handle ) : string
GetThermalSettings ( ) : NvGPUThermalSettings
RestoreAutoFanSpeed ( ) : void
RestoreDefaultFanSpeed ( ) : void
RestoreDirtyFanSpeed ( int policy, int level ) : void
SaveDefaultFanSpeed ( ) : void
SoftwareControlValueChanged ( IControl control ) : void

메소드 상세

NvidiaGPU() 공개 메소드

public NvidiaGPU ( int adapterIndex, NvPhysicalGpuHandle handle, NvDisplayHandle displayHandle ) : System
adapterIndex int
handle NvPhysicalGpuHandle
displayHandle NvDisplayHandle
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void