Class BaseMonitor
Implements
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 abstract class BaseMonitor : IPlatformRunnable
Properties
| Improve this Doc View SourceRunId
Declaration
public string RunId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RunStatus
Declaration
public RUN_STATUS RunStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| RUN_STATUS |
Methods
| Improve this Doc View SourceCanRunOnPlatform()
Declaration
public abstract bool CanRunOnPlatform()
Returns
| Type | Description |
|---|---|
| System.Boolean |
StartRun()
Declaration
public abstract void StartRun()
StopRun()
Declaration
public abstract void StopRun()