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

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

適用対象