.NET/Link API Version 1.7 USE FRAMES

MathLinkFactory.CreateKernelLink Method

Creates a link to a Mathematica kernel. Use this method to create an IKernelLink object.

Overload List

Launches the default Mathematica kernel and returns a link to it.

public static IKernelLink CreateKernelLink();

Creates a link to a Mathematica kernel based on MathLink parameters supplied as a single string.

public static IKernelLink CreateKernelLink(string);

Creates a link to a Mathematica kernel based on MathLink parameters supplied as an argv-type array of strings.

public static IKernelLink CreateKernelLink(string[]);

Creates an IKernelLink from an IMathLink.

public static IKernelLink CreateKernelLink(IMathLink);

See Also

MathLinkFactory Class | Wolfram.NETLink Namespace