Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LinFu
Reflection
MethodFinder
C# Class LinFu.Reflection.MethodFinder
Inheritance:
IMethodFinder
Show file
Open project: philiplaureano/LinFu.DynamicObject
Public Methods
Method
Description
Find
(
string
methodName
,
Type
targetType
,
object
args
) :
MethodInfo
Private Methods
Method
Description
GetMethods
(
Type
targetType
) :
IEnumerable
Method Details
Find()
public
method
public
Find
(
string
methodName
,
Type
targetType
,
object
args
) :
MethodInfo
methodName
string
targetType
System.Type
args
object
return
System.Reflection.MethodInfo