MathKernel Constructor

Constructs a new MathKernel object.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public MathKernel()

Remarks

When the first call to the Compute or Connect methods occur, the default Wolfram Language kernel will be launched. Alternatively, you can set the Link property before the first computation.

See Also