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
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: 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.String
| 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