MathKernelLinkArguments Property
Gets or sets the command string that will be passed to
CreateKernelLink to
attach to the Wolfram Language kernel.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public string LinkArguments { get; set; }
Public Property LinkArguments As String
Get
Set
public:
property String^ LinkArguments {
String^ get ();
void set (String^ value);
}
member LinkArguments : string with get, set
Property Value
String
The value will only be used if the link is actually created by this MathKernel object. In other words, if you
are going to set this property, you must do so before the link is created (this happens in the first call to
the
Compute or
Connect methods).