Show / Hide Table of Contents

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 Source

AnalyzerOptions(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 Source

Parallel

Should analysis be done using parallelization

Declaration
public bool Parallel { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RunScripts

If running Scripts is enabled

Declaration
public bool RunScripts { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX