Condividi tramite


OrleansGeneratedCodeHelper.GetMethodInfoOrDefault Metodo

Definizione

Ottiene l'oggetto MethodInfo corrispondente ai valori specificati.

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

Parametri

interfaceType
Type

Tipo dell'interfaccia.

methodName
String

Nome del metodo.

methodTypeParameters
Type[]

Parametri del tipo di metodo.

parameterTypes
Type[]

Tipi di parametro.

Restituisce

Oggetto corrispondente MethodInfo.

Si applica a