Interface IPatchApplier
- Namespace
- Concord.Orchestration
- Assembly
- Concord.Orchestration.dll
Runtime-adapter-supplied applier that applies an injection for a target method. Concord's scanner calls this; the runtime adapter owns wrapper composition and detour application, so the scanner stays target-runtime-agnostic.
public interface IPatchApplier
Methods
ApplyPatch(MethodBase, Injection)
Applies the given injection as a patch on target.
void ApplyPatch(MethodBase target, Injection injection)
Parameters
targetMethodBaseThe target method to patch.
injectionInjectionThe injection composed from the declared injection method.