C# Class Platform.Reflection.MethodInfoUtils

Afficher le fichier Open project: platformdotnet/Platform

Méthodes publiques

Méthode Description
GetGenericMethodOrRegular ( this methodInfo ) : MethodInfo
GetMethodOnGenericType ( this methodInfo ) : MethodInfo
GetMethodOnTypeReplacingTypeGenericArgs ( this methodInfo ) : MethodInfo

Method Details

GetGenericMethodOrRegular() public static méthode

public static GetGenericMethodOrRegular ( this methodInfo ) : MethodInfo
methodInfo this
Résultat System.Reflection.MethodInfo

GetMethodOnGenericType() public static méthode

public static GetMethodOnGenericType ( this methodInfo ) : MethodInfo
methodInfo this
Résultat System.Reflection.MethodInfo

GetMethodOnTypeReplacingTypeGenericArgs() public static méthode

public static GetMethodOnTypeReplacingTypeGenericArgs ( this methodInfo ) : MethodInfo
methodInfo this
Résultat System.Reflection.MethodInfo