public static extern void RegisterIndexedPropertyHandlers32(NativeObjectTemplateProxy *proxy,

                                                                    ManagedIndexedPropertyGetter getter,
                                                                    ManagedIndexedPropertySetter setter,
                                                                    ManagedIndexedPropertyQuery query,
                                                                    ManagedIndexedPropertyDeleter deleter,
                                                                    ManagedIndexedPropertyEnumerator enumerator);
Esempio n. 2
0
 public static extern void RegisterIndexedPropertyHandlers(NativeObjectTemplateProxy* proxy,
     ManagedIndexedPropertyGetter getter,
     ManagedIndexedPropertySetter setter,
     ManagedIndexedPropertyQuery query,
     ManagedIndexedPropertyDeleter deleter,
     ManagedIndexedPropertyEnumerator enumerator);