Sends code for evaluation.
Sends a string of code for evaluation.
void Evaluate(string);
Sends an Expr for evaluation.
void Evaluate(Expr);
This method only sends the computation--it does not read any resulting packets off the link. You would typically follow a call to Evaluate with either WaitForAnswer or WaitAndDiscardAnswer, which read data from the link.
IKernelLink Interface | Wolfram.NETLink Namespace | WaitForAnswer | WaitAndDiscardAnswer