![]() | IEvaluatorLoadMethod Method |
Name | Description | |
---|---|---|
![]() ![]() | LoadMethod(String) |
Wraps C# code fragment into auto-generated class (type name DynamicClass), evaluates it and loads
the class to the current AppDomain.
|
![]() ![]() | LoadMethodT(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. |