MathDelegateCreateDelegate(Type, String, IKernelLink) Method
Uses the specified link.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public static Delegate CreateDelegate(
Type delegateType,
string mFunc,
IKernelLink ml
)
Public Shared Function CreateDelegate (
delegateType As Type,
mFunc As String,
ml As IKernelLink
) As Delegate
public:
static Delegate^ CreateDelegate(
Type^ delegateType,
String^ mFunc,
IKernelLink^ ml
)
static member CreateDelegate :
delegateType : Type *
mFunc : string *
ml : IKernelLink -> Delegate
- delegateType Type
- The type of the delegate to create.
- mFunc String
- The Wolfram Language function to evaluate.
- ml IKernelLink
- The link to use.
DelegateThe delegate object.