.NET/Link API Version 1.7 USE FRAMES

IKernelLink.Evaluate Method (String)

Sends a string of code for evaluation.

[Visual Basic]
Sub Evaluate( _
   ByVal s As String _
)
[C#]
void Evaluate(
   string s
);

Parameters

s
The Mathematica code to evaluate, as a string.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IKernelLink Interface | Wolfram.NETLink Namespace | IKernelLink.Evaluate Overload List | WaitForAnswer | WaitAndDiscardAnswer