官方文档:从零开始 — ILRuntimeILRuntimehttp://ourpalm.github.io/ILRuntime/public/v1/guide/tutorial.html直达链接 :Releases Ourpalm/ILRuntime GitHubPure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on…
在ILRuntime中挟持主工程方法
CLR重定向
1.有些工程的方法和接口无法正常处理热更DLL里的类型和对象 2.CLR重定向可以对这些方法进行挟持 3.重定向方法需要理解IL底层机制,建议参考CLR绑定生成的代码
主工程:
using UnityEngine;
using System.Colle…