public static IMathLink CreateMathLink(
string cmdLine
)Public Shared Function CreateMathLink (
cmdLine As String
) As IMathLinkpublic:
static IMathLink^ CreateMathLink(
String^ cmdLine
)static member CreateMathLink :
cmdLine : string -> IMathLink You can use standard MathLink/WSTP specifications for establishing a link, for example the -linkprotocol, -linkname, and -linkmode switches.
An example of a string argument would be:string mlArgs = "-linkmode listen -linkname foo";
IMathLink ml = MathLinkFactory.CreateMathlLink(mlArgs);| MathLinkException | If the opening of the link fails. |