| Universal Windows Service Class Library |
|
uws.Monitors Namespace
Monitors for watching applications. Could also be used from external applications.
Namespace hierarchy
Classes
| Class |
Description |
|
CrashMonitor
|
Implementation of a monitor which watches if application(s) exited. |
|
Monitor
|
Abstract class used as basic class for different monitor implementations. Every derived class must conatain a default constructor with no arguments. |
|
MonitorEventArgs
|
Class which represents the event arguments for a monitor event. |
Interfaces
| Interface |
Description |
|
IMonitor
|
Interface class for handling all monitors. |
Delegates