CodeModulePrecompiledAssemblyAnalyzer
Abstract base class for a Precompiled Assembly analyzer
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.ProjectAuditor.Editor.Core
- Assembly: UnityEditor
- Inherits from: CodeModuleAnalyzer
public abstract class CodeModulePrecompiledAssemblyAnalyzer : CodeModuleAnalyzer
Methods
Method | Description |
|---|---|
| Analyze | 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. |