C# Класс FluorineFx.MethodHandler

This type supports the Fluorine infrastructure and is not intended to be used directly from your code.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetMethod() публичный статический Метод

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
Результат System.Reflection.MethodInfo

GetMethod() публичный статический Метод

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
Результат System.Reflection.MethodInfo

GetMethod() публичный статический Метод

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
Результат System.Reflection.MethodInfo

GetMethod() публичный статический Метод

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
Результат System.Reflection.MethodInfo