v3.0.14
Download the library here
- ADDED:
RegisterGlobalVariable
now allow to pass a dictionary (key/value)
var dict = new Dictionary<string, object>();
dict.Add("X", 2);
EvalManager.DefaultContext.RegisterGlobalVariable(dict);
Eval.Execute("X = 3");
var x = dict["X"];
Trial unlocked until the end of February