How can i change the implementation of a method at runtime from return false; to return true;? I don’t have control over the methods implementation as it comes with a third-party library. Any workaround is appreciated. Again: I do not control neither the method itself nor it’s callers.
How can i change the implementation of a method at runtime from return false;
Share
Try the
MethodRental.SwapMethodBodymethod.