NewLateBinding.FallbackCall メソッド

定義

注意事項

FallbackCall has been deprecated and is not supported.

注意事項

do not use this method

遅延バインディング メソッドまたは関数呼び出しを実行します。 このヘルパー メソッドは、コードから直接呼び出すものではありません。

public:
 static System::Object ^ FallbackCall(System::Object ^ Instance, System::String ^ MemberName, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames, bool IgnoreReturn);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
[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)]
public static object FallbackCall(object Instance, string MemberName, object[] Arguments, string[] ArgumentNames, bool IgnoreReturn);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
[<System.Obsolete("FallbackCall has been deprecated and is not supported.", true)>]
static member FallbackCall : obj * string * obj[] * string[] * bool -> obj
[<System.Obsolete("do not use this method", 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 に似ています。

適用対象