- Namespace
- Buildalyzer
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["AnalyzerManagerOptions"]
class Type type-node
Syntax
public class AnalyzerManagerOptions
Properties
| Name | Value | Summary |
|---|---|---|
| LoggerFactory | ILoggerFactory | |
| LogWriter | TextWriter | |
| ProjectFilter | Func |
A filter that indicates whether a give project should be loaded.
Return
true to load the project, false to filter it out.
|