IMathLinkGetFunction Method

Reads a function name and argument count.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
string GetFunction(
	out int argCount
)

Parameters

argCount  Int32
Gets the argument count of the function.

Return Value

String
The name of the function.

Exceptions

MathLinkExceptionIf the waiting data is not the head of a function, or on any other MathLink error.

See Also