Class CallbackInfo
- Namespace
- Concord
- Assembly
- Concord.Emit.dll
Compile-time marker passed to void-target injections that need to cancel the original method.
public sealed class CallbackInfo
- Inheritance
-
CallbackInfo
- Inherited Members
Remarks
Concord lowers calls on this type into wrapper locals while composing IL. Runtime instances are not allocated on the patched method hot path.
Methods
Cancel()
Marks the current injection as cancelling the original target invocation.
public void Cancel()