Click or drag to resize

IEvaluatorLoadMethod Method

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

After initializing the class instance it is aligned to the interface specified by the parameter T.

Top
See Also