Il2CppInterop icon indicating copy to clipboard operation
Il2CppInterop copied to clipboard

Fix class injector abstract method handling

Open WNP78 opened this issue 8 months ago • 1 comments

The class injector does checking on abstract methods to match parameter names and types of implemented methods, but the ParameterInfo struct and hence the name field was removed in newer versions of IL2CPP. This is an easy fix because the IL2CPP API has a method to get the name of a parameter from the MethodInfo and index.

WNP78 avatar Jun 20 '24 18:06 WNP78