Show / Hide Table of Contents

Class CollectCommandOptions

Inheritance
System.Object
CommandOptions
CollectorOptions
CollectCommandOptions
Inherited Members
CollectorOptions.CrawlArchives
CollectorOptions.DownloadCloud
CollectorOptions.EnableAllCollectors
CollectorOptions.EnableCertificateCollector
CollectorOptions.EnableComObjectCollector
CollectorOptions.EnableDriverCollector
CollectorOptions.EnableEventLogCollector
CollectorOptions.EnableFileSystemCollector
CollectorOptions.EnableFirewallCollector
CollectorOptions.EnableKeyCollector
CollectorOptions.EnableNetworkPortCollector
CollectorOptions.EnableProcessCollector
CollectorOptions.EnableRegistryCollector
CollectorOptions.EnableServiceCollector
CollectorOptions.EnableTpmCollector
CollectorOptions.EnableUserCollector
CollectorOptions.EnableWifiCollector
CollectorOptions.GatherHashes
CollectorOptions.GatherVerboseLogs
CollectorOptions.GatherWifiPasswords
CollectorOptions.Overwrite
CollectorOptions.RunId
CollectorOptions.SelectedDirectories
CollectorOptions.SelectedHives
CollectorOptions.SingleThread
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 CollectCommandOptions : CollectorOptions

Properties

| Improve this Doc View Source

MatchedCollectorId

Declaration
public string MatchedCollectorId { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

FromCollectorOptions(CollectorOptions)

Declaration
public static CollectCommandOptions FromCollectorOptions(CollectorOptions opts)
Parameters
Type Name Description
CollectorOptions opts
Returns
Type Description
CollectCommandOptions
  • Improve this Doc
  • View Source
Back to top Generated by DocFX