MathLinkFactoryCreateMathLink Method

Creates a link. Use this method to create an IMathLink object.

Remarks

Most programmers will want to use the CreateKernelLink method instead, so they can work with the higher-level IKernelLink interface. Use CreateMathLink only if you want a link that does not attach to a Wolfram Language kernel.

Overload List

CreateMathLink Launches the default Wolfram Language kernel and returns an IMathLink link to it.
CreateMathLink(String) Creates a link based on MathLink/WSTP parameters supplied as a single string.
CreateMathLink(String) Creates a link based on MathLink/WSTP parameters supplied as an argv-type array of strings.

See Also