C# Class GestUAB.ReflectionExtensions

Afficher le fichier Open project: GestUAB/GestUAB

Méthodes publiques

Méthode Description
GetExtensionMethod ( this type, Assembly extensionsAssembly, string name ) : MethodInfo
GetExtensionMethod ( this type, Assembly extensionsAssembly, string name, Type types ) : MethodInfo
GetExtensionMethods ( this type, Assembly extensionsAssembly ) : IEnumerable

Method Details

GetExtensionMethod() public static méthode

public static GetExtensionMethod ( this type, Assembly extensionsAssembly, string name ) : MethodInfo
type this
extensionsAssembly System.Reflection.Assembly
name string
Résultat System.Reflection.MethodInfo

GetExtensionMethod() public static méthode

public static GetExtensionMethod ( this type, Assembly extensionsAssembly, string name, Type types ) : MethodInfo
type this
extensionsAssembly System.Reflection.Assembly
name string
types System.Type
Résultat System.Reflection.MethodInfo

GetExtensionMethods() public static méthode

public static GetExtensionMethods ( this type, Assembly extensionsAssembly ) : IEnumerable
type this
extensionsAssembly System.Reflection.Assembly
Résultat IEnumerable