C# 클래스 OpenHardwareMonitor.GUI.SystemTray

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

공개 메소드들

메소드 설명
Add ( ISensor sensor, bool balloonTip ) : void
Contains ( ISensor sensor ) : bool
Dispose ( ) : void
Redraw ( ) : void
Remove ( ISensor sensor ) : void
SendExitCommand ( ) : void
SendHideShowCommand ( ) : void
SystemTray ( IComputer computer, PersistentSettings settings ) : System

비공개 메소드들

메소드 설명
HardwareAdded ( IHardware hardware ) : void
HardwareRemoved ( IHardware hardware ) : void
Remove ( ISensor sensor, bool deleteConfig ) : void
SensorAdded ( ISensor sensor ) : void
SensorRemoved ( ISensor sensor ) : void
UpdateMainIconVisibilty ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( ISensor sensor, bool balloonTip ) : void
sensor ISensor
balloonTip bool
리턴 void

Contains() 공개 메소드

public Contains ( ISensor sensor ) : bool
sensor ISensor
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Redraw() 공개 메소드

public Redraw ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ISensor sensor ) : void
sensor ISensor
리턴 void

SendExitCommand() 공개 메소드

public SendExitCommand ( ) : void
리턴 void

SendHideShowCommand() 공개 메소드

public SendHideShowCommand ( ) : void
리턴 void

SystemTray() 공개 메소드

public SystemTray ( IComputer computer, PersistentSettings settings ) : System
computer IComputer
settings PersistentSettings
리턴 System