Class ReflectiveMethodExecutor
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class ReflectiveMethodExecutor : IMethodExecutor- Inheritance
- 
      
      ReflectiveMethodExecutor
- Implements
- Inherited Members
Constructors
ReflectiveMethodExecutor(MethodInfo)
public ReflectiveMethodExecutor(MethodInfo method)Parameters
- methodMethodInfo
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
- contextIEvaluationContext
- targetobject
- argumentsobject[]
Returns
GetPublicDeclaringClass()
public Type GetPublicDeclaringClass()