C# Класс Platform.Reflection.MethodInfoUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
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