Show / Hide Table of Contents

Class CommandOptions

Inheritance
System.Object
CommandOptions
CollectCommandOptions
CompareCommandOptions
ConfigCommandOptions
ExportCollectCommandOptions
ExportMonitorCommandOptions
GuiCommandOptions
MonitorCommandOptions
VerifyOptions
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 CommandOptions

Properties

| Improve this Doc View Source

DatabaseFilename

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

Debug

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

LowMemoryUsage

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

Quiet

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

Shards

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

Verbose

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