NewLateBinding.FallbackGet(Object, String, Object[], String[]) Metoda

Definice

Upozornění

FallbackGet has been deprecated and is not supported.

Upozornění

do not use this method

Spustí opožděnou vlastnost get nebo volání přístupu k poli. Tato pomocná metoda není určena k tomu, aby byla volána přímo z vašeho kódu.

public:
 static System::Object ^ FallbackGet(System::Object ^ Instance, System::String ^ MemberName, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
[System.Obsolete("FallbackGet has been deprecated and is not supported.", true)]
public static object? FallbackGet(object Instance, string MemberName, object[] Arguments, string[] ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static object? FallbackGet(object Instance, string MemberName, object[] Arguments, string[] ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static object FallbackGet(object Instance, string MemberName, 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")>]
[<System.Obsolete("FallbackGet has been deprecated and is not supported.", true)>]
static member FallbackGet : obj * string * obj[] * string[] -> obj
[<System.Obsolete("do not use this method", true)>]
static member FallbackGet : obj * string * obj[] * string[] -> obj
Public Shared Function FallbackGet (Instance As Object, MemberName As String, Arguments As Object(), ArgumentNames As String()) As Object

Parametry

Instance
Object

Instance objektu volání zveřejňující vlastnost nebo metodu.

MemberName
String

Název vlastnosti nebo metody pro objekt volání.

Arguments
Object[]

Pole obsahující argumenty, které mají být předány do vlastnosti nebo metody, které se volají.

ArgumentNames
String[]

Pole názvů argumentů.

Návraty

Instance objektu volání.

Atributy

Platí pro