Package-level declarations
Types
Constructor invocation context passed to unsafe constructor callbacks.
Invocation context passed to unsafe callbacks.
Functions
Injects a callback after target method execution (Method overload).
Injects a callback after target method execution (string-based overload).
Injects a callback before target method execution (Method overload).
Injects a callback before target method execution (string-based overload).
Injects a callback after constructor execution (Constructor overload).
Injects a callback after constructor execution (string-based overload).
Injects a callback before constructor execution (Constructor overload).
Injects a callback before constructor execution (string-based overload).
Redirects a source method to another target method (Method overload).
Redirects a source method to another target method (string-based overload).
Replaces entire target method body (Method overload).
Replaces entire target method body (string-based overload).
Rolls back one unsafe injection by handle.
Rolls back all unsafe injections by owner.