MathDelegateCreateDelegate(Type, String) Method

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public static Delegate CreateDelegate(
	Type delegateType,
	string mFunc
)

Parameters

delegateType  Type
The type of the delegate to create.
mFunc  String
The Wolfram Language function to evaluate.

Return Value

Delegate
The delegate object.

See Also