Show / Hide Table of Contents

Class ExportCollectCommandOptions

Inheritance
System.Object
CommandOptions
ExportOptions
ExportCollectCommandOptions
Inherited Members
ExportOptions.AnalysesFile
ExportOptions.DisableAnalysis
ExportOptions.ExplodedOutput
ExportOptions.OutputPath
ExportOptions.SaveToDatabase
ExportOptions.RunScripts
CommandOptions.DatabaseFilename
CommandOptions.Debug
CommandOptions.LowMemoryUsage
CommandOptions.Quiet
CommandOptions.Shards
CommandOptions.Verbose
Namespace: Microsoft.CST.AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class ExportCollectCommandOptions : ExportOptions

Properties

| 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.Nullable<System.String>
| Improve this Doc View Source

SecondRunId

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