You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When try intercept a generic method, a exception will raise:
Fatal error. Internal CLR error. (0x80131506)
at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean, Boolean)
at System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
at System.Reflection.MethodBase.Invoke(System.Object, System.Object[])
at Jitex.Utils.MethodHelper.GetMethodFromHandle(IntPtr)
at Jitex.Intercept.CallManager..ctor(IntPtr, System.Object[] ByRef, Boolean)
at Program.Sum.Jitex.SumJitex(IntPtr, Int32, Int32)
at HelloWorldJitex.Program.Main(System.String[])
When try intercept a generic method, a exception will raise:
How to reproduce:
The text was updated successfully, but these errors were encountered: