Class CommandOptions
Inheritance
System.Object
CommandOptions
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 SourceDatabaseFilename
Declaration
public string DatabaseFilename { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Debug
Declaration
public bool Debug { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LowMemoryUsage
Declaration
public bool LowMemoryUsage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Quiet
Declaration
public bool Quiet { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Shards
Declaration
public int Shards { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Verbose
Declaration
public bool Verbose { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |