public static IKernelLink CreateKernelLink(
IMathLink ml
)
Public Shared Function CreateKernelLink (
ml As IMathLink
) As IKernelLink
public:
static IKernelLink^ CreateKernelLink(
IMathLink^ ml
)
static member CreateKernelLink :
ml : IMathLink -> IKernelLink
Very few programmers will ever use this method. It is intended mainly for developers who are creating their own IKernelLink implementations. They only need to write the functionality of an IMathLink, and then they can use this method to get the extra features of an IKernelLink for free.
MathLinkException | If the opening of the link fails. |