Show / Hide Table of Contents

Class CompareCommandOptions

Inheritance
System.Object
CommandOptions
CompareCommandOptions
Inherited Members
CommandOptions.DatabaseFilename
CommandOptions.Debug
CommandOptions.LowMemoryUsage
CommandOptions.Quiet
CommandOptions.Shards
CommandOptions.Verbose
Namespace: Microsoft.CST.AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class CompareCommandOptions : CommandOptions

Constructors

| Improve this Doc View Source

CompareCommandOptions(Nullable<String>, String)

Declaration
public CompareCommandOptions(string? FirstRunId, string SecondRunId)
Parameters
Type Name Description
System.Nullable<System.String> FirstRunId
System.String SecondRunId

Properties

| Improve this Doc View Source

AnalysesFile

Declaration
public RuleFile AnalysesFile { get; set; }
Property Value
Type Description
RuleFile
| Improve this Doc View Source

ApplySubObjectRulesToMonitor

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

DisableAnalysis

Declaration
public bool DisableAnalysis { 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

RunScripts

Declaration
public bool RunScripts { get; set; }
Property Value
Type Description
System.Boolean
| 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
In This Article
Back to top Generated by DocFX