<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11-beta-23409" />

InvokeBinder

public abstract class InvokeBinder : DynamicMetaObjectBinder
Represents the invoke dynamic operation at the call site, providing the binding semantic and the details about the operation.
public CallInfo CallInfo { get; }

Gets the signature of the arguments at the call site.

protected InvokeBinder(CallInfo callInfo)

Initializes a new instance of the InvokeBinder.

Performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.

Performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.