Share via


NewLateBinding.FallbackCall 메서드

정의

주의

do not use this method

주의

FallbackCall has been deprecated and is not supported.

런타임에 바인딩된 메서드 또는 함수 호출을 실행합니다. 이 도우미 메서드는 코드에서 직접 호출할 수 없습니다.

public:
 static System::Object ^ FallbackCall(System::Object ^ Instance, System::String ^ MemberName, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames, bool IgnoreReturn);
[System.Obsolete("do not use this method", true)]
public static object? FallbackCall (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames, bool IgnoreReturn);
[System.Obsolete("FallbackCall has been deprecated and is not supported.", true)]
public static object? FallbackCall (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames, bool IgnoreReturn);
[System.Obsolete("do not use this method", true)]
public static object FallbackCall (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames, bool IgnoreReturn);
[<System.Obsolete("do not use this method", true)>]
static member FallbackCall : obj * string * obj[] * string[] * bool -> obj
[<System.Obsolete("FallbackCall has been deprecated and is not supported.", true)>]
static member FallbackCall : obj * string * obj[] * string[] * bool -> obj
Public Shared Function FallbackCall (Instance As Object, MemberName As String, Arguments As Object(), ArgumentNames As String(), IgnoreReturn As Boolean) As Object

매개 변수

Instance
Object

속성이나 메서드를 노출하는 호출 개체의 인스턴스입니다.

MemberName
String

호출 개체의 속성 또는 메서드 이름입니다.

Arguments
Object[]

호출되는 속성이나 메서드에 전달할 인수를 포함하는 배열입니다.

ArgumentNames
String[]

인수 이름의 배열입니다.

IgnoreReturn
Boolean

반환 값을 무시할 수 있는지 여부를 나타내는 Boolean 값입니다.

반환

호출 개체의 인스턴스입니다.

특성

설명

CallByName와 비슷합니다.

적용 대상