public class MathLinkFactoryPublic Class MathLinkFactorypublic ref class MathLinkFactorytype MathLinkFactory = class endMost programmers will use CreateKernelLink instead of CreateMathLink.
These methods correspond to calling one of the MLOpen functions in the C-language MathLink API.| MathLinkFactory | Initializes a new instance of the MathLinkFactory class |
| CreateKernelLink | Launches the default Wolfram Language kernel and returns a link to it. |
| CreateKernelLink(IMathLink) | Creates an IKernelLink from an IMathLink. |
| CreateKernelLink(String) | Creates a link to a Wolfram Language kernel based on MathLink/WSTP parameters supplied as a single string. |
| CreateKernelLink(String) | Creates a link to a Wolfram Language kernel based on MathLink/WSTP parameters supplied as an argv-type array of strings. |
| CreateLoopbackLink | Creates an ILoopbackLink, a special type of link that is written to and read by the same program. |
| CreateMathLink | Launches the default Wolfram Language kernel and returns an IMathLink link to it. |
| CreateMathLink(String) | Creates a link based on MathLink/WSTP parameters supplied as a single string. |
| CreateMathLink(String) | Creates a link based on MathLink/WSTP parameters supplied as an argv-type array of strings. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |