IKernelLinkEvaluate Method

Sends code for evaluation.

Remarks

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.

Overload List

Evaluate(Expr) Sends an Expr for evaluation.
Evaluate(String) Sends a string of code for evaluation.

See Also