.NET/Link API Version 1.7 USE FRAMES

MathKernel Constructor (IKernelLink)

Constructs a new MathKernel object that uses the specified link.

[Visual Basic]
Overloads Public Sub New( _
   ByVal ml As IKernelLink _
)
[C#]
public MathKernel(
   IKernelLink ml
);

Remarks

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

See Also

MathKernel Class | Wolfram.NETLink Namespace | MathKernel Constructor Overload List