.NET/Link API Version 1.7 USE FRAMES

MathLinkFactory Class

MathLinkFactory is the class that is used to construct objects of the various link interfaces (IKernelLink, IMathLink, and ILoopbackLink).

For a list of all members of this type, see MathLinkFactory Members.

System.Object
   Wolfram.NETLink.MathLinkFactory

[Visual Basic]
Public Class MathLinkFactory
[C#]
public class MathLinkFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Programmers do not know, nor do they need to know, the names of the actual classes that implement the various link interfaces. They never call a constructor to create a link class. Instead, so-called "factory" methods are provided by the MathLinkFactory class to create the actual objects used.

Most programmers will use CreateKernelLink instead of CreateMathLink.

These methods correspond to calling one of the MLOpen functions in the C-language MathLink API.

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

MathLinkFactory Members | Wolfram.NETLink Namespace