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이면 false입니다.

callInfo
CallInfo

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

적용 대상