Class MonitorCommandOptions
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
Assembly: AsaLib.dll
Syntax
public class MonitorCommandOptions : CommandOptions
Properties
| Improve this Doc View SourceDuration
Declaration
public int Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
EnableFileSystemMonitor
Declaration
public bool EnableFileSystemMonitor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
FileNamesOnly
Declaration
public bool FileNamesOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
GatherHashes
Declaration
public bool GatherHashes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
MonitoredDirectories
Declaration
public string MonitoredDirectories { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overwrite
Declaration
public bool Overwrite { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
RunId
Declaration
public string RunId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |