MathDelegateCreateDelegate(Type, String, IKernelLink) Method

Uses the specified 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,
	IKernelLink ml
)

Parameters

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

Return Value

Delegate
The delegate object.

See Also