Class ReflectiveConstructorExecutor
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
Methods
Execute(IEvaluationContext, params object[])
public ITypedValue Execute(IEvaluationContext context, params object[] arguments)
Parameters
context
IEvaluationContextarguments
object[]