C# Class FluorineFx.MethodHandler

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Reflection.MethodInfo

GetMethod() public static méthode

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
Résultat System.Reflection.MethodInfo

GetMethod() public static méthode

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
Résultat System.Reflection.MethodInfo

GetMethod() public static méthode

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
Résultat System.Reflection.MethodInfo