.NET/Link API Version 1.7 USE FRAMES

IMathLink.GetFunction Method 

Reads a function name and argument count.

[Visual Basic]
Function GetFunction( _
   ByRef argCount As Integer _
) As String
[C#]
string GetFunction(
   out int argCount
);

Parameters

argCount
Gets the argument count of the function.

Return Value

The name of the function.

Exceptions

Exception Type Condition
MathLinkException If the waiting data is not the head of a function, or on any other MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace