InjectFix icon indicating copy to clipboard operation
InjectFix copied to clipboard

无法修复调用了用ref修饰返回值的函数

Open tomoya0320 opened this issue 3 years ago • 2 comments

报错信息大致如下:System.NotSupportedException: Cannot invoke method returning ByRef type via reflection

tomoya0320 avatar Apr 27 '22 09:04 tomoya0320

因为ref修饰返回值的函数无法通过反射调用,因此调用了这样的函数的函数是无法修复的https://github.com/dotnet/runtime/issues/20148

luochanganz avatar Apr 27 '22 09:04 luochanganz

这个没有解决办法吗

tomoya0320 avatar Apr 27 '22 11:04 tomoya0320