Class SourceInteropAnalyzer
Scans project source files for Mono-to-IL2CPP interop risks that are not visible from project references alone.
public sealed class SourceInteropAnalyzer
- Inheritance
-
objectSourceInteropAnalyzer
Methods
Analyze(string)
Analyzes source files under a project directory for injected-type requirements, runtime guards, bridge usage, and source migration risks.
public SourceInteropAnalysis Analyze(string projectPath)
Parameters
projectPathstringThe
.csprojfile whose source directory should be scanned.
Returns
- SourceInteropAnalysis
The source-level interop analysis for the project.