patch
Patch a method by class name.
Return
an Unpatch that will remove the applied hook
Parameters
full name of the class containing the method
method name to patch
parameter types to select an overload
the XC_MethodHook callback to apply
Patch a method by Class.
Return
an Unpatch that will remove the applied hook
Parameters
the class containing the method
method name to patch
parameter types to select an overload
the XC_MethodHook callback to apply
Patch a specific method or constructor.
Return
an Unpatch that will remove the applied hook
Parameters
the reflective Member (method or constructor) to hook
the XC_MethodHook callback to apply
Patch a specific method or constructor using a MethodHookCallback.
Return
an Unpatch that will remove the applied hook
Parameters
the reflective Member (method or constructor) to hook
the callback wrapper to apply