Show / Hide Table of Contents

Class BaseMonitor

Inheritance
System.Object
BaseMonitor
FileSystemMonitor
RegistryMonitor
Implements
IPlatformRunnable
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Collectors
Assembly: AsaLib.dll
Syntax
public abstract class BaseMonitor : object, IPlatformRunnable

Properties

| Improve this Doc View Source

RunId

Declaration
public string RunId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RunStatus

Declaration
public RUN_STATUS RunStatus { get; set; }
Property Value
Type Description
RUN_STATUS

Methods

| Improve this Doc View Source

CanRunOnPlatform()

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

StartRun()

Declaration
public abstract void StartRun()
| Improve this Doc View Source

StopRun()

Declaration
public abstract void StopRun()

Implements

IPlatformRunnable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX