6 [global::__DynamicallyInvokable]
13 [global::__DynamicallyInvokable]
16 [global::__DynamicallyInvokable]
19 return typeof(
object);
25 [global::__DynamicallyInvokable]
28 [global::__DynamicallyInvokable]
35 internal sealed
override bool IsStandardBinder =>
true;
39 [global::__DynamicallyInvokable]
42 ContractUtils.RequiresNotNull(callInfo,
"callInfo");
50 [global::__DynamicallyInvokable]
61 [global::__DynamicallyInvokable]
68 [global::__DynamicallyInvokable]
71 ContractUtils.RequiresNotNull(target,
"target");
72 ContractUtils.RequiresNotNullItems(args,
"args");
DynamicMetaObject FallbackInvoke(DynamicMetaObject target, DynamicMetaObject[] args)
Performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.
Represents the invoke dynamic operation at the call site, providing the binding semantic and the deta...
InvokeBinder(CallInfo callInfo)
Initializes a new instance of the T:System.Dynamic.InvokeBinder.
Represents type declarations: class types, interface types, array types, value types,...
sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args)
Performs the binding of the dynamic invoke operation.
sealed override Type ReturnType
The result type of the operation.
Describes arguments in the dynamic binding process.