BooleanConstructor.Invoke(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 une méthode d'un objet basé sur un prototype, en passant les arguments spécifiés.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
bool Invoke(System::Object ^ arg);
public bool Invoke (object arg);
override this.Invoke : obj -> bool
Public Function Invoke (arg As Object) As Boolean
Paramètres
- arg
- Object
Arguments à passer à la méthode.
Retours
Résultat de l'appel à la méthode.