Class AnalyzerOptions
Holds options to instantiate an Analyzer with
Inheritance
System.Object
AnalyzerOptions
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.OAT
Assembly: OAT.dll
Syntax
public class AnalyzerOptions
Constructors
| Improve this Doc View SourceAnalyzerOptions(Boolean, Boolean)
The constructor
Declaration
public AnalyzerOptions(bool runScripts = false, bool parallel = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | runScripts | If running Scripts should be enabled |
System.Boolean | parallel | If the analyzer should parallelize analysis |
Properties
| Improve this Doc View SourceParallel
Should analysis be done using parallelization
Declaration
public bool Parallel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
RunScripts
If running Scripts is enabled
Declaration
public bool RunScripts { get; }
Property Value
Type | Description |
---|---|
System.Boolean |