The members of System.Dynamic.InvokeMemberBinder are listed below.
See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder
Initializes a new instance of the System.Dynamic.InvokeMemberBinder. |
[read-only] | CallInfo | CallInfo.
Gets the signature of the arguments at the call site. |
[read-only] | IgnoreCase | bool.
Gets the value indicating if the string comparison should ignore the case of the member name. |
[read-only] | Name | string.
Gets the name of the member to invoke. |
[read-only] override | ReturnType | Type.
The result type of the operation. |
override | Bind(DynamicMetaObject, DynamicMetaObject[])
| |
abstract | FallbackInvoke(DynamicMetaObject, DynamicMetaObject[], DynamicMetaObject)
| |
FallbackInvokeMember(DynamicMetaObject, DynamicMetaObject[])
| ||
abstract | FallbackInvokeMember(DynamicMetaObject, DynamicMetaObject[], DynamicMetaObject)
|