次の方法で共有


InvokeMemberBinder(String, Boolean, CallInfo) コンストラクター

定義

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

呼び出しサイトでの引数の署名。

適用対象