MathLinkFactoryCreateMathLink Method

Launches the default Wolfram Language kernel and returns an IMathLink link to it.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public static IMathLink CreateMathLink()

Return Value

IMathLink
The created link.

Remarks

Most programmers will want to use the CreateKernelLink method instead.

Exceptions

MathLinkExceptionIf the opening of the link fails.

See Also