OrleansGeneratedCodeHelper.GetMethodInfoOrDefault 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.
Obtient la MethodInfo correspondance des valeurs fournies.
public static System.Reflection.MethodInfo GetMethodInfoOrDefault (Type interfaceType, string methodName, Type[] methodTypeParameters, Type[] parameterTypes);
static member GetMethodInfoOrDefault : Type * string * Type[] * Type[] -> System.Reflection.MethodInfo
Public Function GetMethodInfoOrDefault (interfaceType As Type, methodName As String, methodTypeParameters As Type(), parameterTypes As Type()) As MethodInfo
Paramètres
- interfaceType
- Type
Type de l’interface.
- methodName
- String
Nom de la méthode.
- methodTypeParameters
- Type[]
Paramètres de type de méthode.
- parameterTypes
- Type[]
Types de paramètres.
Retours
MethodInfoCorrespondant à .