Show / Hide Table of Contents

Class MonitorCommandOptions

Inheritance
System.Object
CommandOptions
MonitorCommandOptions
Inherited Members
CommandOptions.DatabaseFilename
CommandOptions.Shards
CommandOptions.LowMemoryUsage
CommandOptions.Debug
CommandOptions.Verbose
CommandOptions.Quiet
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
Assembly: AsaLib.dll
Syntax
public class MonitorCommandOptions : CommandOptions

Properties

| Improve this Doc View Source

Duration

Declaration
public int Duration { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

EnableFileSystemMonitor

Declaration
public bool EnableFileSystemMonitor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FileNamesOnly

Declaration
public bool FileNamesOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

GatherHashes

Declaration
public bool GatherHashes { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MonitoredDirectories

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

Overwrite

Declaration
public bool Overwrite { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RunId

Declaration
public string RunId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX