Class CollectCommandOptions
Inherited Members
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 SourceMatchedCollectorId
Declaration
public string MatchedCollectorId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceFromCollectorOptions(CollectorOptions)
Declaration
public static CollectCommandOptions FromCollectorOptions(CollectorOptions opts)
Parameters
| Type | Name | Description |
|---|---|---|
| CollectorOptions | opts |
Returns
| Type | Description |
|---|---|
| CollectCommandOptions |