C# Class FluorineFx.MethodHandler

This type supports the Fluorine infrastructure and is not intended to be used directly from your code.
Mostrar archivo Open project: jdecuyper/FluorineFx

Public Methods

Method Description
GetMethod ( Type type, string methodName, IList arguments ) : MethodInfo

This method supports the Fluorine infrastructure and is not intended to be used directly from your code.

GetMethod ( Type type, string methodName, IList arguments, bool exactMatch ) : MethodInfo

This method supports the Fluorine infrastructure and is not intended to be used directly from your code.

GetMethod ( Type type, string methodName, IList arguments, bool exactMatch, bool throwException ) : MethodInfo

This method supports the Fluorine infrastructure and is not intended to be used directly from your code.

GetMethod ( Type type, string methodName, IList arguments, bool exactMatch, bool throwException, bool traceError ) : MethodInfo

This method supports the Fluorine infrastructure and is not intended to be used directly from your code.

Method Details

GetMethod() public static method

This method supports the Fluorine infrastructure and is not intended to be used directly from your code.
public static GetMethod ( Type type, string methodName, IList arguments ) : MethodInfo
type System.Type
methodName string
arguments IList
return System.Reflection.MethodInfo

GetMethod() public static method

This method supports the Fluorine infrastructure and is not intended to be used directly from your code.
public static GetMethod ( Type type, string methodName, IList arguments, bool exactMatch ) : MethodInfo
type System.Type
methodName string
arguments IList
exactMatch bool
return System.Reflection.MethodInfo

GetMethod() public static method

This method supports the Fluorine infrastructure and is not intended to be used directly from your code.
public static GetMethod ( Type type, string methodName, IList arguments, bool exactMatch, bool throwException ) : MethodInfo
type System.Type
methodName string
arguments IList
exactMatch bool
throwException bool
return System.Reflection.MethodInfo

GetMethod() public static method

This method supports the Fluorine infrastructure and is not intended to be used directly from your code.
public static GetMethod ( Type type, string methodName, IList arguments, bool exactMatch, bool throwException, bool traceError ) : MethodInfo
type System.Type
methodName string
arguments IList
exactMatch bool
throwException bool
traceError bool
return System.Reflection.MethodInfo