- Namespace
- Buildalyzer
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["AnalyzerManager"]
class Type type-node
Syntax
public class AnalyzerManager
Constructors
Properties
| Name | Value | Summary |
|---|---|---|
| LoggerFactory | ILoggerFactory | |
| Projects | IReadOnlyDictionary |
|
| SolutionFile | SolutionFile | |
| SolutionFilePath | string |
Methods
| Name | Value | Summary |
|---|---|---|
| Analyze |
AnalyzerResults |
Analyzes an MSBuild binary log file.
|
| GetProject |
ProjectAnalyzer | |
| RemoveGlobalProperty |
void | |
| Set |
void | |
| SetGlobalProperty |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| GetWorkspace |
AdhocWorkspace |