MathLinkFactory Methods

Methods

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.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also