CustomAggregateMethodAnnotation.GetMethodInfo 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.
Obtenez une implémentation d’une méthode avec les spécifies returnType et methodToken. S’il n’existe aucune méthode qui correspond aux exigences, retourne null.
public bool GetMethodInfo (string methodToken, Type returnType, out System.Reflection.MethodInfo methodInfo);
member this.GetMethodInfo : string * Type * MethodInfo -> bool
Public Function GetMethodInfo (methodToken As String, returnType As Type, ByRef methodInfo As MethodInfo) As Boolean
Paramètres
- methodToken
- String
Jeton de méthode donné.
- returnType
- Type
Type de retour donné.
- methodInfo
- MethodInfo
Sortie des informations de méthode.
Retours
True si les informations de méthode ont été trouvées, false sinon.