The properties of the MathKernel class are listed below. For a complete list of MathKernel class members, see the MathKernel Members topic.
![]() | Gets or sets whether the link should be closed when this MathKernel object is disposed. |
![]() | Get or sets whether this MathKernel object should capture Mathematica graphics output generated during a computation. |
![]() | Get or sets whether this MathKernel object should capture Mathematica Message output generated during a computation. |
![]() | Get or sets whether this MathKernel object should capture Mathematica Print output generated during a computation. |
![]() | |
![]() | Gets the accumulated Images from Mathematica graphics output during the last call to Compute. |
![]() | Gets or sets the image format for Mathematica graphics generated during a computation. |
![]() | Gets or sets the height, in pixels, for Mathematica graphics generated during a computation. |
![]() | Gets or sets the resolution, in pixels per inch, for Mathematica graphics generated during a computation. |
![]() | Gets or sets the width, in pixels, for Mathematica graphics generated during a computation. |
![]() | Gets or sets whether the the thread on which Compute is called should continue to handle application events during the period that Compute is waiting for the result. |
![]() | Gets or sets the input to Mathematica that will be used in the next call to Compute. |
![]() | Gets whether Mathematica is currently busy with a computation (that is, whether Compute is currently running). |
![]() | Gets whether the link has been connected (typically, this means that the kernel has been launched and is ready for use). |
![]() | Gets or sets the link that this MathKernel will use. |
![]() | Gets or sets the command string that will be passed to CreateKernelLink to attach to the Mathematica kernel. |
![]() | Gets the accumulated strings from Mathematica Message output during the last call to Compute. |
![]() | Gets or sets the width to which output should be wrapped. |
![]() | Gets the accumulated strings from Mathematica Print output during the last call to Compute. |
![]() | Gets the result from the last call to Compute. |
![]() | Gets or sets the format in which you want the result of evaluations to be returned. |
![]() | |
![]() | Gets or sets whether the Mathematica notebook front end should be used in the background for graphics rendering services. |
![]() | |
![]() | |
![]() |
MathKernel Class | Wolfram.NETLink Namespace