.NET/Link API Version 1.7 USE FRAMES

MathDelegate.CreateDelegate Method (Type, String)

The link that is used is the one given by StdLink.Link.

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

Parameters

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

Return Value

The delegate object.

See Also

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