Class RegistryMonitor
Inheritance
System.Object
RegistryMonitor
Assembly: AsaLib.dll
Syntax
public class RegistryMonitor : BaseMonitor, IPlatformRunnable, IDisposable
Constructors
|
Improve this Doc
View Source
RegistryMonitor()
Declaration
Methods
|
Improve this Doc
View Source
Declaration
public override bool CanRunOnPlatform()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
|
Improve this Doc
View Source
MyOnEntryWritten(Object, EntryWrittenEventArgs)
Declaration
public void MyOnEntryWritten(object source, EntryWrittenEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
source |
|
| EntryWrittenEventArgs |
e |
|
|
Improve this Doc
View Source
StartRun()
Declaration
public override void StartRun()
Overrides
|
Improve this Doc
View Source
StopRun()
Declaration
public override void StopRun()
Overrides
Implements
IDisposable