AnalyzerOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for analyzing LG templates.
public class AnalyzerOptions
type AnalyzerOptions = class
Public Class AnalyzerOptions
- Inheritance
-
AnalyzerOptions
Constructors
AnalyzerOptions() |
Initializes a new instance of the AnalyzerOptions class. |
AnalyzerOptions(AnalyzerOptions) |
Initializes a new instance of the AnalyzerOptions class. |
AnalyzerOptions(IList<String>) |
Initializes a new instance of the AnalyzerOptions class. |
Properties
ThrowOnRecursive |
Gets or sets a value determining if recursive calls throw an exception. |
Methods
Merge(AnalyzerOptions) |
Merge a incoming option to current option. If a property in incoming option is not null while it is null in current option, then the value of this property will be overwritten. |