Class ReflectiveConstructorExecutor
Inheritance
System.Object
ReflectiveConstructorExecutor
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class ReflectiveConstructorExecutor : IConstructorExecutor
Constructors
|
Edit this page
View Source
ReflectiveConstructorExecutor(ConstructorInfo)
Declaration
public ReflectiveConstructorExecutor(ConstructorInfo ctor)
Parameters
Type |
Name |
Description |
ConstructorInfo |
ctor |
|
Properties
|
Edit this page
View Source
Constructor
Declaration
public ConstructorInfo Constructor { get; }
Property Value
Type |
Description |
ConstructorInfo |
|
Methods
|
Edit this page
View Source
Execute(IEvaluationContext, Object[])
Declaration
public ITypedValue Execute(IEvaluationContext context, params object[] arguments)
Parameters
Type |
Name |
Description |
IEvaluationContext |
context |
|
System.Object[] |
arguments |
|
Returns
Type |
Description |
ITypedValue |
|