C# Класс Vertesaur.Utility.ReflectionUtils

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

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

Метод Описание
GetGenericArguments ( this targetType ) : System.Type[]
GetInterfacesByGenericTypeDefinition ( this targetType, Type genericTypeDefinition ) : IEnumerable
GetMethods ( this targetType ) : IEnumerable
GetPublicInstanceInvokableMethods ( this targetType ) : IEnumerable

Описание методов

GetGenericArguments() публичный статический Метод

public static GetGenericArguments ( this targetType ) : System.Type[]
targetType this
Результат System.Type[]

GetInterfacesByGenericTypeDefinition() публичный статический Метод

public static GetInterfacesByGenericTypeDefinition ( this targetType, Type genericTypeDefinition ) : IEnumerable
targetType this
genericTypeDefinition System.Type
Результат IEnumerable

GetMethods() публичный статический Метод

public static GetMethods ( this targetType ) : IEnumerable
targetType this
Результат IEnumerable

GetPublicInstanceInvokableMethods() публичный статический Метод

public static GetPublicInstanceInvokableMethods ( this targetType ) : IEnumerable
targetType this
Результат IEnumerable