Class ReflectionInvoker
Inheritance
object
ReflectionInvoker
Assembly: solution.dll
Syntax
public class ReflectionInvoker : IOptimizedInvoker
Constructors
ReflectionInvoker(MethodInfo)
Declaration
public ReflectionInvoker(MethodInfo methodInfo)
Parameters
| Type |
Name |
Description |
| MethodInfo |
methodInfo |
|
Methods
Compile()
Declaration
GetParameterTypes()
Declaration
public Type[] GetParameterTypes()
Returns
Invoke(object)
Declaration
public object Invoke(object target)
Parameters
| Type |
Name |
Description |
| object |
target |
|
Returns
Invoke(object, object)
Declaration
public object Invoke(object target, object arg0)
Parameters
| Type |
Name |
Description |
| object |
target |
|
| object |
arg0 |
|
Returns
Invoke(object, object, object)
Declaration
public object Invoke(object target, object arg0, object arg1)
Parameters
| Type |
Name |
Description |
| object |
target |
|
| object |
arg0 |
|
| object |
arg1 |
|
Returns
Invoke(object, object, object, object)
Declaration
public object Invoke(object target, object arg0, object arg1, object arg2)
Parameters
| Type |
Name |
Description |
| object |
target |
|
| object |
arg0 |
|
| object |
arg1 |
|
| object |
arg2 |
|
Returns
Invoke(object, object, object, object, object)
Declaration
public object Invoke(object target, object arg0, object arg1, object arg2, object arg3)
Parameters
| Type |
Name |
Description |
| object |
target |
|
| object |
arg0 |
|
| object |
arg1 |
|
| object |
arg2 |
|
| object |
arg3 |
|
Returns
Invoke(object, object, object, object, object, object)
Declaration
public object Invoke(object target, object arg0, object arg1, object arg2, object arg3, object arg4)
Parameters
| Type |
Name |
Description |
| object |
target |
|
| object |
arg0 |
|
| object |
arg1 |
|
| object |
arg2 |
|
| object |
arg3 |
|
| object |
arg4 |
|
Returns
Invoke(object, params object[])
Declaration
public object Invoke(object target, params object[] args)
Parameters
| Type |
Name |
Description |
| object |
target |
|
| object[] |
args |
|
Returns
Implements
Extension Methods