|
|
|||
|
|
MathKernel
|
Overloaded. Initializes a new instance of the MathKernel class. |
AutoCloseLink | Gets or sets whether the link should be closed when this MathKernel object is disposed. |
CaptureGraphics | Get or sets whether this MathKernel object should capture Mathematica graphics output generated during a computation. |
CaptureMessages | Get or sets whether this MathKernel object should capture Mathematica Message output generated during a computation. |
CapturePrint | Get or sets whether this MathKernel object should capture Mathematica Print output generated during a computation. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
Graphics | Gets the accumulated Images from Mathematica graphics output during the last call to Compute. |
GraphicsFormat | Gets or sets the image format for Mathematica graphics generated during a computation. |
GraphicsHeight | Gets or sets the height, in pixels, for Mathematica graphics generated during a computation. |
GraphicsResolution | Gets or sets the resolution, in pixels per inch, for Mathematica graphics generated during a computation. |
GraphicsWidth | Gets or sets the width, in pixels, for Mathematica graphics generated during a computation. |
HandleEvents | 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. |
Input | Gets or sets the input to Mathematica that will be used in the next call to Compute. |
IsComputing | Gets whether Mathematica is currently busy with a computation (that is, whether Compute is currently running). |
IsConnected | Gets whether the link has been connected (typically, this means that the kernel has been launched and is ready for use). |
Link | Gets or sets the link that this MathKernel will use. |
LinkArguments | Gets or sets the command string that will be passed to CreateKernelLink to attach to the Mathematica kernel. |
Messages | Gets the accumulated strings from Mathematica Message output during the last call to Compute. |
PageWidth | Gets or sets the width to which output should be wrapped. |
PrintOutput | Gets the accumulated strings from Mathematica Print output during the last call to Compute. |
Result | Gets the result from the last call to Compute. |
ResultFormat | Gets or sets the format in which you want the result of evaluations to be returned. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
UseFrontEnd | Gets or sets whether the Mathematica notebook front end should be used in the background for graphics rendering services. |
Abort | Sends a request to abort the computation currently in progress. |
Clear | Clears all the "output" values from the previous computation. |
Compute | Overloaded. Triggers a Mathematica computation. |
Connect | Creates and connects the link, if it has not already been connected. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose | Overloaded. Closes the link used by this MathKernel, if the AutoCloseLink property is true. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ToString (inherited from Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
CanRaiseEvents (inherited from Component) | Gets a value indicating whether the component can raise an event. |
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
Dispose (inherited from Component) | Overloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources. |
Finalize | Closes the link if the AutoCloseLink property is set to true. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
MathKernel Class | Wolfram.NETLink Namespace