MathLinkFactoryCreateMathLink Method
            Creates a link. Use this method to create an 
IMathLink object.
            
            Most programmers will want to use the 
CreateKernelLink method instead, so they
            can work with the higher-level 
IKernelLink interface. Use
            CreateMathLink only if you want a link that does not attach to a Wolfram Language kernel.
            
| 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.
             |