Compartilhar via


OrleansGeneratedCodeHelper.GetMethodInfoOrDefault Método

Definição

Obtém o MethodInfo que corresponde aos valores fornecidos.

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

Parâmetros

interfaceType
Type

Tipo da interface .

methodName
String

O nome do método.

methodTypeParameters
Type[]

Os parâmetros de tipo de método.

parameterTypes
Type[]

Os tipos de parâmetro.

Retornos

O correspondente MethodInfo.

Aplica-se a