C# 클래스 Platform.Reflection.MethodInfoUtils

파일 보기 프로젝트 열기: platformdotnet/Platform

공개 메소드들

메소드 설명
GetGenericMethodOrRegular ( this methodInfo ) : MethodInfo
GetMethodOnGenericType ( this methodInfo ) : MethodInfo
GetMethodOnTypeReplacingTypeGenericArgs ( this methodInfo ) : MethodInfo

메소드 상세

GetGenericMethodOrRegular() 공개 정적인 메소드

public static GetGenericMethodOrRegular ( this methodInfo ) : MethodInfo
methodInfo this
리턴 System.Reflection.MethodInfo

GetMethodOnGenericType() 공개 정적인 메소드

public static GetMethodOnGenericType ( this methodInfo ) : MethodInfo
methodInfo this
리턴 System.Reflection.MethodInfo

GetMethodOnTypeReplacingTypeGenericArgs() 공개 정적인 메소드

public static GetMethodOnTypeReplacingTypeGenericArgs ( this methodInfo ) : MethodInfo
methodInfo this
리턴 System.Reflection.MethodInfo