jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.77k stars 630 forks source link

System.InvalidCastException: 'Unable to cast object of type 'System.Reflection.RuntimeMethodInfo' to type 'Mono.Cecil.IMethodSignature'.' #828

Closed HPXCoder closed 2 years ago

HPXCoder commented 2 years ago

iam making a program that edit IL of methods body in a dll and i got this error when saving the dll how can i know the specific method that have this error and how to solve it Pic