다음을 통해 공유


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

호출 사이트에 있는 인수의 서명입니다.

적용 대상