Esempio n. 1
0
 public static extern JsString *PropertyNameArrayGetNameAtIndex([NativeTypeName("JSPropertyNameArrayRef")]
                                                                JsPropertyNameArray *array, [NativeTypeName("size_t")] UIntPtr index);
Esempio n. 2
0
 public static extern void PropertyNameArrayRelease([NativeTypeName("JSPropertyNameArrayRef")]
                                                    JsPropertyNameArray *array);
Esempio n. 3
0
 public static extern UIntPtr PropertyNameArrayGetCount([NativeTypeName("JSPropertyNameArrayRef")]
                                                        JsPropertyNameArray *array);
Esempio n. 4
0
 public static extern JsPropertyNameArray *PropertyNameArrayRetain([NativeTypeName("JSPropertyNameArrayRef")]
                                                                   JsPropertyNameArray *array);