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