[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Find and invoke constructor matching the argument number and types returning
an instance of given class.
Namespace: net.esper.util
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function InvokeConstructor ( _
type As Type, _
arguments As Object() _
) As Object |
Visual C++ |
---|
public:
static Object^ InvokeConstructor (
Type^ type,
array<Object^>^ arguments
) |
Parameters
- type
- System.Type
is the class of instance to construct
- arguments
- System.Object[]
is the arguments for the constructor to match in number and type