Class CodeModulePrecompiledAssemblyAnalyzer
Abstract base class for a Precompiled Assembly analyzer
Inherited Members
Namespace: Unity.ProjectAuditor.Editor.Core
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
public abstract class CodeModulePrecompiledAssemblyAnalyzer : CodeModuleAnalyzer
Methods
Analyze(PrecompiledAssemblyAnalysisContext)
Implement this method to detect Issues in precompiled assemblies, and construct a ReportItemBuilder object with basic information about a ReportItem object to describe the issue.
Declaration
public abstract IEnumerable<ReportItemBuilder> Analyze(PrecompiledAssemblyAnalysisContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| PrecompiledAssemblyAnalysisContext | context | Context object containing information necessary to perform analysis |
Returns
| Type | Description |
|---|---|
| IEnumerable<ReportItemBuilder> | A collection of ReportItemBuilder objects |