Class ReflectiveMethodExecutor
Inheritance
System.Object
ReflectiveMethodExecutor
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class ReflectiveMethodExecutor : IMethodExecutor
Constructors
|
Edit this page
View Source
ReflectiveMethodExecutor(MethodInfo)
Declaration
public ReflectiveMethodExecutor(MethodInfo method)
Parameters
Type |
Name |
Description |
MethodInfo |
method |
|
Properties
|
Edit this page
View Source
DidArgumentConversionOccur
Declaration
public bool DidArgumentConversionOccur { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Method
Declaration
public MethodInfo Method { get; }
Property Value
Type |
Description |
MethodInfo |
|
Methods
|
Edit this page
View Source
Execute(IEvaluationContext, Object, Object[])
Declaration
public ITypedValue Execute(IEvaluationContext context, object target, params object[] arguments)
Parameters
Type |
Name |
Description |
IEvaluationContext |
context |
|
System.Object |
target |
|
System.Object[] |
arguments |
|
Returns
Type |
Description |
ITypedValue |
|
|
Edit this page
View Source
GetPublicDeclaringClass()
Declaration
public Type GetPublicDeclaringClass()
Returns