NewLateBinding.LateIndexGet(Object, Object[], String[]) メソッド

定義

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

public:
 static System::Object ^ LateIndexGet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
public static object LateIndexGet(object Instance, object[] Arguments, string[] ArgumentNames);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
public static object? LateIndexGet(object Instance, object?[]? Arguments, string?[]? ArgumentNames);
public static object? LateIndexGet(object Instance, object?[]? Arguments, string?[]? ArgumentNames);
static member LateIndexGet : obj * obj[] * string[] -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
static member LateIndexGet : obj * obj[] * string[] -> obj
Public Shared Function LateIndexGet (Instance As Object, Arguments As Object(), ArgumentNames As String()) As Object

パラメーター

Instance
Object

プロパティまたはメソッドを公開する呼び出しオブジェクトのインスタンス。

Arguments
Object[]

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

ArgumentNames
String[]

引数名の配列。

返品

呼び出しオブジェクトのインスタンス。

属性

適用対象