2015年7月30日

JSBinding / Memory Management (GC)

摘要: C# and JavaScript both have Garbage Collection (GC). They should not conflict with each other. Class type object Class is reference type. We maintain 阅读全文

posted @ 2015-07-30 21:54 AnswerWinner 阅读(352) 评论(0) 推荐(0) 编辑

JSBinding + SharpKit / 实战:转换 Stealth

摘要: 这个例子相对简单,基本上一路顺畅// JSBindingSettings.classespublic static Type[] classes = new Type[] { typeof(PerTest), typeof(PerTest.RefObject), ... 阅读全文

posted @ 2015-07-30 10:09 AnswerWinner 阅读(365) 评论(0) 推荐(0) 编辑

导航