Show / Hide Table of Contents

Class ExportMonitorCommandOptions

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

Properties

| Improve this Doc View Source

OutputPath

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

RunId

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