As the intent is to provide a very thin wrapping layer and play to the strengths of the original c++ library as well as python, the approach to wrapping intentionally adopts the following guidelines: ...
Dump classes, methods, fields and so on Trace, intercept and replace method calls Mess around with the C# runtime Il2Cpp structs and global metadata (almost) free Over the time, it was realized that ...