alexhome82

Results 3 issues of alexhome82

``` engine.DefineVariable("myCallObject").Assign(JSValue.Marshal(new MyCallObject)); public class MyCallObject { public List GetListObject() { return new List(); } } ``` ``` engine.Eval(@" var list = myCallObject.GetListObject(); //------------------ Get Generic List var count =...

feature

``` engine.DefineVariable("myCallObject").Assign(JSValue.Marshal(new MyCallObject)); public class MyCallObject { public void SetDateTime(JSValue dt) { var t = dt;

bug
date
need more info

In nested tags have to use parent.parent ...., to access the class properties. How to solve this problem? ![screenshot_4](https://cloud.githubusercontent.com/assets/14332569/19576486/de1b3310-971b-11e6-81cf-c30f6040624e.png) Thank you