Méthode |
Description |
|
PatchJumpTo ( IntPtr site, IntPtr target ) : RedirectCallsState |
Primitive patching. Inserts a jump to 'target' at 'site'. Works even if both methods' callers have already been compiled. |
|
RedirectCalls ( MethodInfo from, MethodInfo to ) : RedirectCallsState |
Redirects all calls from method 'from' to method 'to'. |
|
RedirectCalls ( RuntimeMethodHandle from, RuntimeMethodHandle to ) : RedirectCallsState |
|
|
RevertJumpTo ( IntPtr site, RedirectCallsState state ) : void |
|
|
RevertRedirect ( MethodInfo from, RedirectCallsState state ) : void |
|
|