MathKernel(IKernelLink) Constructor

Constructs a new MathKernel object that uses the specified link.

Definition

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

Parameters

ml  IKernelLink
 

Remarks

Use this constructor to "attach" this MathKernel to an existing link.

See Also