Creates a link to a Mathematica kernel. Use this method to create an IKernelLink object.
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);
MathLinkFactory Class | Wolfram.NETLink Namespace