C# Class OpenHardwareMonitor.GUI.SystemTray

Inheritance: IDisposable
Afficher le fichier Open project: pklinef/open-hardware-monitor Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
HardwareAdded ( IHardware hardware ) : void
HardwareRemoved ( IHardware hardware ) : void
Remove ( ISensor sensor, bool deleteConfig ) : void
SensorAdded ( ISensor sensor ) : void
SensorRemoved ( ISensor sensor ) : void
UpdateMainIconVisibilty ( ) : void

Method Details

Add() public méthode

public Add ( ISensor sensor, bool balloonTip ) : void
sensor ISensor
balloonTip bool
Résultat void

Contains() public méthode

public Contains ( ISensor sensor ) : bool
sensor ISensor
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Redraw() public méthode

public Redraw ( ) : void
Résultat void

Remove() public méthode

public Remove ( ISensor sensor ) : void
sensor ISensor
Résultat void

SendExitCommand() public méthode

public SendExitCommand ( ) : void
Résultat void

SendHideShowCommand() public méthode

public SendHideShowCommand ( ) : void
Résultat void

SystemTray() public méthode

public SystemTray ( IComputer computer, PersistentSettings settings ) : System
computer IComputer
settings PersistentSettings
Résultat System