Table of Contents

Class ReflectiveMethodExecutor

Namespace
Steeltoe.Common.Expression.Internal.Spring.Support
Assembly
Steeltoe.Common.Expression.dll
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

bool

Method

public MethodInfo Method { get; }

Property Value

MethodInfo

Methods

Execute(IEvaluationContext, object, params object[])

public ITypedValue Execute(IEvaluationContext context, object target, params object[] arguments)

Parameters

context IEvaluationContext
target object
arguments object[]

Returns

ITypedValue

GetPublicDeclaringClass()

public Type GetPublicDeclaringClass()

Returns

Type