Click or drag to resize

IEvaluatorCreateDelegate Method

Overload List
  NameDescription
Public methodCode exampleCreateDelegate(String)
Wraps C# code fragment into auto-generated class (type name DynamicClass), evaluates it and loads the class to the current AppDomain.

Returns non-typed MethodDelegate for class-less style of invoking.

Public methodCode exampleCreateDelegateT(String)
Wraps C# code fragment into auto-generated class (type name DynamicClass), evaluates it and loads the class to the current AppDomain.

Returns typed MethodDelegateT for class-less style of invoking.

Top
See Also