Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PrecompiledAssemblyAnalysisContext

A context object passed by CodeModule to a CodeModulePrecompiledAssemblyAnalyzer's Analyze() method.
Read time 1 minuteLast updated 8 days ago

Definition

public class PrecompiledAssemblyAnalysisContext : AnalysisContext

Fields

Value

Description

AssemblyPathThe path to the Assembly.
TargetFrameworkThe Target Framework version.

Inheritance