OrleansGeneratedCodeHelper.GetMethodInfoOrDefault メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された値に 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。