.NET/Link API Version 1.7 USE FRAMES

MathDelegate.CreateDelegate Method (Type, String, IKernelLink)

Uses the specified link.

[Visual Basic]
Overloads Public Shared Function CreateDelegate( _
   ByVal delegateType As Type, _
   ByVal mFunc As String, _
   ByVal ml As IKernelLink _
) As Delegate
[C#]
public static Delegate CreateDelegate(
   Type delegateType,
   string mFunc,
   IKernelLink ml
);

Parameters

delegateType
The type of the delegate to create.
mFunc
The Mathematica function to evaluate.
ml
The link to use.

Return Value

The delegate object.

See Also

MathDelegate Class | Wolfram.NETLink Namespace | MathDelegate.CreateDelegate Overload List