Class GuidedModeCommandOptions
Inheritance
System.Object
GuidedModeCommandOptions
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()
Assembly: AsaLib.dll
Syntax
public class GuidedModeCommandOptions : CollectorOptions
Properties
|
Improve this Doc
View Source
AnalysesFile
Declaration
public string AnalysesFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
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
Duration
Declaration
public int Duration { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
EnableFileSystemMonitor
Declaration
public bool EnableFileSystemMonitor { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ExplodedOutput
Declaration
public bool ExplodedOutput { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
FileNamesOnly
Declaration
public bool FileNamesOnly { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
MonitoredDirectories
Declaration
public List<string> MonitoredDirectories { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
|
Improve this Doc
View Source
OutputPath
Declaration
public string OutputPath { get; set; }
Property Value
| Type |
Description |
| 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 |
|