DynamicScriptObject.TryInvoke(InvokeBinder, Object[], Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelle la méthode de script par défaut.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
override bool TryInvoke(System::Dynamic::InvokeBinder ^ binder, cli::array <System::Object ^> ^ args, [Runtime::InteropServices::Out] System::Object ^ % result);
public override bool TryInvoke (System.Dynamic.InvokeBinder binder, object[] args, out object result);
override this.TryInvoke : System.Dynamic.InvokeBinder * obj[] * obj -> bool
Public Overrides Function TryInvoke (binder As InvokeBinder, args As Object(), ByRef result As Object) As Boolean
Paramètres
- binder
- InvokeBinder
Binder fourni par le site d'appel.
- args
- Object[]
Arguments à passer à la méthode par défaut.
- result
- Object
Résultat de la méthode.
Retours
Toujours retourner true
Exceptions
binder
a la valeur null
.
La méthode n'existe pas.
Remarques
La TryInvoke méthode lève une exception si la méthode n’existe pas.