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

InvokeMemberBinder

Represents the invoke member 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.

public bool IgnoreCase { get; }

Gets the value indicating if the string comparison should ignore the case of the member name.

public string Name { get; }

Gets the name of the member to invoke.

protected InvokeMemberBinder(string name, bool ignoreCase, CallInfo callInfo)

Initializes a new instance of the InvokeMemberBinder.

When overridden in the derived class, performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.

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

When overridden in the derived class, performs the binding of the dynamic invoke member operation if the target dynamic object cannot bind.