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
呼び出しサイトでの引数の署名。