Skip to content
Concord

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

target MethodBase

The target method to patch.

injection Injection

The injection composed from the declared injection method.