IEvaluatorCreateDelegate Method |
| Name | Description | |
|---|---|---|
| CreateDelegate(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. | |
| CreateDelegateT(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. |