NewLateBinding.FallbackGet(Object, String, Object[], String[]) Méthode

Définition

Attention

FallbackGet has been deprecated and is not supported.

Attention

do not use this method

Exécute un appel d’accès aux champs ou à une propriété liée tardivement. Cette méthode d’assistance n’est pas destinée à être appelée directement à partir de votre code.

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

Paramètres

Instance
Object

Instance de l’objet d’appel exposant la propriété ou la méthode.

MemberName
String

Nom de la propriété ou de la méthode sur l’objet d’appel.

Arguments
Object[]

Tableau contenant les arguments à passer à la propriété ou à la méthode appelée.

ArgumentNames
String[]

Tableau de noms d’arguments.

Retours

Instance de l’objet d’appel.

Attributs

S’applique à