Show / Hide Table of Contents

Class ExportCollectCommandOptions

Inheritance
System.Object
CommandOptions
ExportCollectCommandOptions
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 ExportCollectCommandOptions : CommandOptions

Properties

| Improve this Doc View Source

AnalysesFile

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

Analyze

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

ExplodedOutput

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

ExportSingleRun

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

FirstRunId

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

OutputPath

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

SaveToDatabase

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

SecondRunId

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