C# Class OpenHardwareMonitor.GUI.SystemTray

Inheritance: IDisposable
Datei anzeigen Open project: pklinef/open-hardware-monitor Class Usage Examples

Public Methods

Method 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

Method 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 method

public Add ( ISensor sensor, bool balloonTip ) : void
sensor ISensor
balloonTip bool
return void

Contains() public method

public Contains ( ISensor sensor ) : bool
sensor ISensor
return bool

Dispose() public method

public Dispose ( ) : void
return void

Redraw() public method

public Redraw ( ) : void
return void

Remove() public method

public Remove ( ISensor sensor ) : void
sensor ISensor
return void

SendExitCommand() public method

public SendExitCommand ( ) : void
return void

SendHideShowCommand() public method

public SendHideShowCommand ( ) : void
return void

SystemTray() public method

public SystemTray ( IComputer computer, PersistentSettings settings ) : System
computer IComputer
settings PersistentSettings
return System