.NET/Link API Version 1.7 USE FRAMES

MathDelegate Class

Contains the CreateDelegate method, which creates delegate objects that invoke a specified Mathematica function.

For a list of all members of this type, see MathDelegate Members.

System.Object
   Wolfram.NETLink.MathDelegate

[Visual Basic]
Public Class MathDelegate
[C#]
public class MathDelegate

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Use this class to easily create Mathematica event handler functions from a .NET language.

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

MathDelegate Members | Wolfram.NETLink Namespace