Show / Hide Table of Contents

Class RegistryMonitor

Inheritance
System.Object
BaseMonitor
RegistryMonitor
Implements
IPlatformRunnable
System.IDisposable
Inherited Members
BaseMonitor.RunId
BaseMonitor.RunStatus
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 Source

RegistryMonitor()

Declaration
public RegistryMonitor()

Methods

| Improve this Doc View Source

CanRunOnPlatform()

Declaration
public override bool CanRunOnPlatform()
Returns
Type Description
System.Boolean
Overrides
BaseMonitor.CanRunOnPlatform()
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| 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
BaseMonitor.StartRun()
| Improve this Doc View Source

StopRun()

Declaration
public override void StopRun()
Overrides
BaseMonitor.StopRun()

Implements

IPlatformRunnable
System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX