Class RegistryMonitor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer.Collectors
Assembly: AsaLib.dll
Syntax
public class RegistryMonitor : BaseMonitor, IPlatformRunnable, IDisposable
Constructors
| Improve this Doc View SourceRegistryMonitor()
Declaration
public RegistryMonitor()
Methods
| Improve this Doc View SourceCanRunOnPlatform()
Declaration
public override bool CanRunOnPlatform()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
MyOnEntryWritten(Object, EntryWrittenEventArgs)
Declaration
public void MyOnEntryWritten(object source, EntryWrittenEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | source | |
| EntryWrittenEventArgs | e |
StartRun()
Declaration
public override void StartRun()
Overrides
| Improve this Doc View SourceStopRun()
Declaration
public override void StopRun()
Overrides
Implements
System.IDisposable