Universal Windows Service Class Library

CrashMonitor Members

CrashMonitor overview

Public Instance Constructors

CrashMonitor Constructor Default constructor of the crash monitor class.

Public Instance Properties

IsConfigured (inherited from Monitor) Get the flag if monitor is configured or not.
IsPaused (inherited from Monitor) Get the flag if monitor is paused or not.
IsRunning (inherited from Monitor) Get the flag if monitor is running or not.

Public Instance Methods

ConfigureOverloaded. Configures the monitor from an xml element.
Continue Signals the monitor that it could start working again.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Pause Signals the monitor that it could break and pause it's work.
Start Signals the monitor that it could start it's work.
Stop Signals the monitor that it should stop it's work.
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

Event (inherited from Monitor) Event which will occures if monitor matches.

Protected Instance Fields

m_appList (inherited from Monitor) Referenced event list which contains already running applications.
m_configured (inherited from Monitor) Flag if configuration of the monitor is already done or not.
m_name (inherited from Monitor) The name of the monitor.
m_paused (inherited from Monitor) Flag if monitor is paused or not.
m_running (inherited from Monitor) Flag if monitor is running or not.

Protected Instance Methods

Finalize Destructor of the crash monitor class.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnEvent (inherited from Monitor) Function will be called when the monitor event should be fired.

See Also

CrashMonitor Class | uws.Monitors Namespace | IMonitor | Monitor