API Reference
Class
AnalysisConfigExportResult
Result of exporting analyzer configuration files.
Inheritance
- Object
- AnalysisConfigExportResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AnalysisConfigExportResult(String outputDirectory, IReadOnlyList<String> files, Int32 ruleCount, IReadOnlyList<String> warnings) #Creates a new export result.
Parameters
- outputDirectory System.String
- files System.Collections.Generic.IReadOnlyList{System.String}
- ruleCount System.Int32
- warnings System.Collections.Generic.IReadOnlyList{System.String}