Triggers a Mathematica computation.
Sends the current value of the Input property to Mathematica for evaluation.
public void Compute();
Sends the given string to Mathematica for evaluation.
public void Compute(string);
This method does not return until the computation is finished.
MathKernel Class | Wolfram.NETLink Namespace