Partager via


CustomAggregateMethodAnnotation.GetMethodInfo Méthode

Définition

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.

S’applique à