MathKernel(IKernelLink) Constructor
Constructs a new MathKernel object that uses the specified link.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public MathKernel(
IKernelLink ml
)
Public Sub New (
ml As IKernelLink
)
public:
MathKernel(
IKernelLink^ ml
)
new :
ml : IKernelLink -> MathKernel
Parameters
- ml IKernelLink
-
Use this constructor to "attach" this MathKernel to an existing link.