Class PrecompiledAssemblyAnalysisContext
A context object passed by CodeModule to a CodeModulePrecompiledAssemblyAnalyzer's Analyze() method.
Inherited Members
Namespace: Unity.ProjectAuditor.Editor.Core
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
public class PrecompiledAssemblyAnalysisContext : AnalysisContext
Fields
AssemblyPath
The path to the Assembly.
Declaration
public string AssemblyPath
Field Value
| Type | Description |
|---|---|
| string |
TargetFramework
The Target Framework version.
Declaration
public string TargetFramework
Field Value
| Type | Description |
|---|---|
| string |