Creates a new Jep instance with a set of components specified by an array of components.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public JepInstance(
	IJepComponent[] components
)
Visual Basic (Declaration)
Public Sub New ( _
	components As IJepComponent() _
)
Visual C++
public:
JepInstance(
	array<IJepComponent^>^ components
)

Parameters

components
Type: array< SingularSys.Jep..::.IJepComponent >[]()[]
An array of components to initialize Jep with.

See Also