jintemp

Results 4 comments of jintemp

有个疑问,https://github.com/kekyo/IL2C 这个也是CIL/MSIL translator,而且可以对于.NET Framework 和 .NET Core的,按理说应该也会有InternalCall的问题(只要是基于.NET Framework都应该存在),是如何避免的,

In my understanding, for example, Unity's IL2CPP is based on Mono (which implements the BCL interface), so there is no InterlnalCall problem。windows .NET Framework or donet is not pure

Thank you for your answer,Agree with your idea and have studied several IL2CPP details, including Unity's IL2CPP。Use scenarios, in micro systems, using C# to write logic code,Enjoy the convenience of...