Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CodeModulePrecompiledAssemblyAnalyzer

Abstract base class for a Precompiled Assembly analyzer
Read time 1 minuteLast updated 10 days ago

Definition

public abstract class CodeModulePrecompiledAssemblyAnalyzer : CodeModuleAnalyzer

Methods

Method

Description

AnalyzeImplement this method to detect Issues in precompiled assemblies, and construct a ReportItemBuilder object with basic information about a ReportItem object to describe the issue.

Inheritance