InvokeMemberBinder(String, Boolean, CallInfo) Constructeur
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.
Initialise une nouvelle instance du InvokeMemberBinder.
protected:
InvokeMemberBinder(System::String ^ name, bool ignoreCase, System::Dynamic::CallInfo ^ callInfo);
protected InvokeMemberBinder(string name, bool ignoreCase, System.Dynamic.CallInfo callInfo);
new System.Dynamic.InvokeMemberBinder : string * bool * System.Dynamic.CallInfo -> System.Dynamic.InvokeMemberBinder
Protected Sub New (name As String, ignoreCase As Boolean, callInfo As CallInfo)
Paramètres
- name
- String
Nom du membre à appeler.
- ignoreCase
- Boolean
true si le nom doit être mis en correspondance sans tenir compte de la casse ; false sinon.
- callInfo
- CallInfo
Signature des arguments sur le site d’appel.