Table of Contents

Class ReflectiveConstructorExecutor

Namespace
Steeltoe.Common.Expression.Internal.Spring.Support
Assembly
Steeltoe.Common.Expression.dll
public class ReflectiveConstructorExecutor : IConstructorExecutor
Inheritance
ReflectiveConstructorExecutor
Implements
Inherited Members

Constructors

ReflectiveConstructorExecutor(ConstructorInfo)

public ReflectiveConstructorExecutor(ConstructorInfo ctor)

Parameters

ctor ConstructorInfo

Properties

Constructor

public ConstructorInfo Constructor { get; }

Property Value

ConstructorInfo

Methods

Execute(IEvaluationContext, params object[])

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

Parameters

context IEvaluationContext
arguments object[]

Returns

ITypedValue