MathKernelClear Method

Clears all the "output" values from the previous computation.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public void Clear()

Remarks

Clear out the values stored in the Result, Messages, PrintOutput, and Graphics properties. You can call this method to free memory if you no longer need the values.

See Also