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[]

参数名称数组。

返回

调用对象的实例。

属性

适用于