.NET/Link API Version 1.7 USE FRAMES

IKernelLink.Evaluate Method

Sends code for evaluation.

Overload List

Sends a string of code for evaluation.

void Evaluate(string);

Sends an Expr for evaluation.

void Evaluate(Expr);

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.

See Also

IKernelLink Interface | Wolfram.NETLink Namespace | WaitForAnswer | WaitAndDiscardAnswer