C# Class GestUAB.ReflectionExtensions

Datei anzeigen Open project: GestUAB/GestUAB

Public Methods

Method 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 method

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

GetExtensionMethod() public static method

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

GetExtensionMethods() public static method

public static GetExtensionMethods ( this type, Assembly extensionsAssembly ) : IEnumerable
type this
extensionsAssembly System.Reflection.Assembly
return IEnumerable