InjectFix
InjectFix copied to clipboard
无法修复调用了用ref修饰返回值的函数
报错信息大致如下:System.NotSupportedException: Cannot invoke method returning ByRef type via reflection
因为ref修饰返回值的函数无法通过反射调用,因此调用了这样的函数的函数是无法修复的https://github.com/dotnet/runtime/issues/20148
这个没有解决办法吗