C# Class Vertesaur.Utility.ReflectionUtils

Afficher le fichier Open project: aarondandy/vertesaur

Méthodes publiques

Méthode Description
GetGenericArguments ( this targetType ) : System.Type[]
GetInterfacesByGenericTypeDefinition ( this targetType, Type genericTypeDefinition ) : IEnumerable
GetMethods ( this targetType ) : IEnumerable
GetPublicInstanceInvokableMethods ( this targetType ) : IEnumerable

Method Details

GetGenericArguments() public static méthode

public static GetGenericArguments ( this targetType ) : System.Type[]
targetType this
Résultat System.Type[]

GetInterfacesByGenericTypeDefinition() public static méthode

public static GetInterfacesByGenericTypeDefinition ( this targetType, Type genericTypeDefinition ) : IEnumerable
targetType this
genericTypeDefinition System.Type
Résultat IEnumerable

GetMethods() public static méthode

public static GetMethods ( this targetType ) : IEnumerable
targetType this
Résultat IEnumerable

GetPublicInstanceInvokableMethods() public static méthode

public static GetPublicInstanceInvokableMethods ( this targetType ) : IEnumerable
targetType this
Résultat IEnumerable