Class ReflectiveConstructorExecutor
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class ReflectiveConstructorExecutor : IConstructorExecutor- Inheritance
- 
      
      ReflectiveConstructorExecutor
- Implements
- Inherited Members
Constructors
ReflectiveConstructorExecutor(ConstructorInfo)
public ReflectiveConstructorExecutor(ConstructorInfo ctor)Parameters
- ctorConstructorInfo
Properties
Constructor
public ConstructorInfo Constructor { get; }Property Value
Methods
Execute(IEvaluationContext, params object[])
public ITypedValue Execute(IEvaluationContext context, params object[] arguments)Parameters
- contextIEvaluationContext
- argumentsobject[]