Class ReflectiveMethodExecutor
public class ReflectiveMethodExecutor : IMethodExecutor
- Inheritance
-
ReflectiveMethodExecutor
- Implements
- Inherited Members
Constructors
ReflectiveMethodExecutor(MethodInfo)
public ReflectiveMethodExecutor(MethodInfo method)
Parameters
method
MethodInfo
Properties
DidArgumentConversionOccur
public bool DidArgumentConversionOccur { get; }
Property Value
Method
public MethodInfo Method { get; }
Property Value
Methods
Execute(IEvaluationContext, object, params object[])
public ITypedValue Execute(IEvaluationContext context, object target, params object[] arguments)
Parameters
context
IEvaluationContexttarget
objectarguments
object[]
Returns
GetPublicDeclaringClass()
public Type GetPublicDeclaringClass()