IMathLinkPutSymbol Method

Sends a symbol.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void PutSymbol(
	string s
)

Parameters

s  String
The name of the symbol to send.

Remarks

Both .NET strings and Wolfram Language symbols are in Unicode, so you can send symbols with the full Unicode character set.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also