InvokeMemberBinder(String, Boolean, CallInfo) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 的新 InvokeMemberBinder实例。
protected:
InvokeMemberBinder(System::String ^ name, bool ignoreCase, System::Dynamic::CallInfo ^ callInfo);
protected InvokeMemberBinder(string name, bool ignoreCase, System.Dynamic.CallInfo callInfo);
new System.Dynamic.InvokeMemberBinder : string * bool * System.Dynamic.CallInfo -> System.Dynamic.InvokeMemberBinder
Protected Sub New (name As String, ignoreCase As Boolean, callInfo As CallInfo)
参数
- name
- String
要调用的成员的名称。
- ignoreCase
- Boolean
如果名称应匹配忽略大小写,则为 true;否则为 false。
- callInfo
- CallInfo
调用站点上参数的签名。