C# 클래스 FluorineFx.MethodHandler

This type supports the Fluorine infrastructure and is not intended to be used directly from your code.
파일 보기 프로젝트 열기: jdecuyper/FluorineFx

공개 메소드들

메소드 설명
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