Table of Contents

Class SourceInteropAnalyzer

Namespace
S1Interop.Core.Analysis
Assembly
S1Interop.Core.dll

Scans project source files for Mono-to-IL2CPP interop risks that are not visible from project references alone.

public sealed class SourceInteropAnalyzer
Inheritance
object
SourceInteropAnalyzer

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

projectPath string

The .csproj file whose source directory should be scanned.

Returns

SourceInteropAnalysis

The source-level interop analysis for the project.