[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Helper class to find and invoke a class constructors that matches the types of arguments supplied.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class ConstructorHelper
C#
public class ConstructorHelper
Visual C++
public ref class ConstructorHelper

Inheritance Hierarchy

System.Object
  net.esper.util.ConstructorHelper