PrecompiledAssemblyAnalysisContext
A context object passed by CodeModule to a CodeModulePrecompiledAssemblyAnalyzer's Analyze() method.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: Unity.ProjectAuditor.Editor.Core
- Assembly: UnityEditor
- Inherits from: AnalysisContext
public class PrecompiledAssemblyAnalysisContext : AnalysisContext
Fields
Value | Description |
|---|---|
| AssemblyPath | The path to the Assembly. |
| TargetFramework | The Target Framework version. |