Il2CppInterop icon indicating copy to clipboard operation
Il2CppInterop copied to clipboard

A tool interoperate between CoreCLR and Il2Cpp at runtime

Results 72 Il2CppInterop issues
Sort by recently updated
recently updated
newest added

This also includes the removal of `Il2CppStringArray` and calling a conversion operator after `ldstr` during unstripping. * There are implicit conversion operators defined, so this shouldn't create extra friction in...

generation

This plays nicer with interfaces and boxing.

generation

When a method returns an object (either as an actual return or as an out parameter), the type of that object should be the exact type, which might be derived...

generation

This would allow Il2Cpp objects to be tested for reference equality and used in things like dictionaries.

generation

For example, `Il2CppSystem.IDisposable` is redundant. It should be removed, and all its uses should be replaced with `System.IDisposable`. Obviously, only a subset of interfaces are suitable for removal. Requires #142

generation

The details of how we make this happen are open to discussion.

generation