C# Class Platform.Reflection.MethodInfoUtils

Datei anzeigen Open project: platformdotnet/Platform

Public Methods

Method Description
GetGenericMethodOrRegular ( this methodInfo ) : MethodInfo
GetMethodOnGenericType ( this methodInfo ) : MethodInfo
GetMethodOnTypeReplacingTypeGenericArgs ( this methodInfo ) : MethodInfo

Method Details

GetGenericMethodOrRegular() public static method

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

GetMethodOnGenericType() public static method

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

GetMethodOnTypeReplacingTypeGenericArgs() public static method

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