MathDelegate Class

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public class MathDelegate
Inheritance
Object    MathDelegate

Remarks

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

Methods

CreateDelegate(Type, String) The link that is used is the one given by StdLink.Link.
CreateDelegate(Type, String, IKernelLink) Uses the specified link.
CreateDelegate(Type, String, IKernelLink, Boolean, Boolean) Use this overload in cases where you need to specify advanced behavior.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also