.NET/Link API Version 1.7 USE FRAMES

MathKernel.CaptureMessages Property

Get or sets whether this MathKernel object should capture Mathematica Message output generated during a computation.

[Visual Basic]
Public Property CaptureMessages As Boolean
[C#]
public bool CaptureMessages {get; set;}

Remarks

This value must be true to use the Messages property.

The default value is true.

See Also

MathKernel Class | Wolfram.NETLink Namespace | Messages