GetMethodInfoRenamedFrom
GetMethodInfoRenamedFrom(Type, string, Type[])
public static MethodInfo GetMethodInfoRenamedFrom(Type type, string methodName, Type[] arguments) ;
説明
リネームされたMethodInfoを取得する。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| type | 型 | 
| methodName | メソッド名 | 
| arguments | 引数の型 | 
戻り値
取得するMethodInfo。無かった場合はnullを返す。