MathKernelAutoCloseLink Property
Gets or sets whether the link should be closed when this MathKernel object is disposed.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public bool AutoCloseLink { get; set; }
Public Property AutoCloseLink As Boolean
Get
Set
public:
property bool AutoCloseLink {
bool get ();
void set (bool value);
}
member AutoCloseLink : bool with get, set
Property Value
Boolean
In the typical case, where this MathKernel object launched the kernel, you should leave this
property at its default value of true.