NewLateBinding.FallbackInvokeDefault1 メソッド

定義

注意事項

do not use this method

注意事項

FallbackInvokeDefault1 has been deprecated and is not supported.

遅延バインディングされた既定のプロパティ/フィールドの取得、または遅延バインディングされた既定のメソッド/関数の呼び出しを実行します。 このヘルパー メソッドは、コードから直接呼び出すためのものではありません。

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

パラメーター

Instance
Object

プロパティまたはメソッドを公開する通知オブジェクトのインスタンス。 Instance の型が IDynamicMetaObjectProvider の場合、動的言語ランタイムを使用してバインドします。それ以外の場合は、標準の遅延バインディングを実行します。

Arguments
Object[]

呼び出されるプロパティまたはメソッドに渡す引数を格納する配列。

ArgumentNames
String[]

引数名の配列。

ReportErrors
Boolean

エラーが発生した場合に例外をスローするかどうかを指定するのに使用される Boolean 値。 例外をスローするには True に設定します。 エラーが発生した場合に False を返すには、Nothing に設定します。

戻り値

通知オブジェクトのインスタンス。

属性

適用対象