.NET/Link API Version 1.7 USE FRAMES

MathLinkFactory.CreateMathLink Method ()

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

[Visual Basic]
Overloads Public Shared Function CreateMathLink() As IMathLink
[C#]
public static IMathLink CreateMathLink();

Return Value

The created link.

Remarks

Most programmers will want to use the CreateKernelLink method instead.

Exceptions

Exception Type Condition
MathLinkException If the opening of the link fails.

See Also

MathLinkFactory Class | Wolfram.NETLink Namespace | MathLinkFactory.CreateMathLink Overload List | CreateKernelLink