OrleansGeneratedCodeHelper.GetMethodInfoOrDefault メソッド

定義

指定された値に MethodInfo 一致する を取得します。

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

パラメーター

interfaceType
Type

インターフェイスの型。

methodName
String

メソッドの名前です。

methodTypeParameters
Type[]

メソッド型パラメーター。

parameterTypes
Type[]

パラメーターの型。

戻り値

対応する MethodInfo

適用対象