Class ExportOptions
Inheritance
System.Object
ExportOptions
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 ExportOptions : CommandOptions
Properties
| Improve this Doc View SourceAnalysesFile
Declaration
public string AnalysesFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisableAnalysis
Declaration
public bool DisableAnalysis { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ExplodedOutput
Declaration
public bool ExplodedOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
OutputPath
Declaration
public string OutputPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RunScripts
Declaration
public bool RunScripts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SaveToDatabase
Declaration
public bool SaveToDatabase { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |