Exemplo n.º 1
0
        static JsEngine()
        {
            JsObjectMarshalType objectMarshalType = JsObjectMarshalType.Dictionary;

#if NET40
            objectMarshalType = JsObjectMarshalType.Dynamic;
#endif
            js_set_object_marshal_type(objectMarshalType);
        }
Exemplo n.º 2
0
 static extern void js_set_object_marshal_type(JsObjectMarshalType objectMarshalType);
Exemplo n.º 3
0
 static extern void js_set_object_marshal_type(JsObjectMarshalType objectMarshalType);