public static void regNativeFunctions(CSWC bin)
 {
     bin.regNativeFunction(LinkSystem_Buildin.getCreator("as3runtime_RefOutStore_creator", default(RefOutStore)));
     bin.regNativeFunction(new as3runtime_RefOutStore_ctor());
     bin.regNativeFunction(new as3runtime_RefOutStore_setValue());
     bin.regNativeFunction(new as3runtime_RefOutStore_getValue());
 }
        public static void regNativeFunctions(CSWC bin)
        {
            bin.regNativeFunction(LinkSystem_Buildin.getCreator("_system_Delegate_creator_", default(Delegate)));
            bin.regNativeFunction(LinkSystem_Buildin.getCreator("_system_MulticastDelegate_creator_", default(MulticastDelegate)));


            bin.regNativeFunction(new system_MulticastDelegate_add());
            bin.regNativeFunction(new system_MulticastDelegate_remove());
        }
 public static void regNativeFunctions(CSWC bin)
 {
     bin.regNativeFunction(
         LinkSystem_Buildin.getCreator("_system_ArrayList_creator_", default(ArrayList)));// new system_int64_creator());
     bin.regNativeFunction(new system_collections_arraylist_ctor());
     bin.regNativeFunction(new system_collections_arraylist_static_createinstance());
     bin.regNativeFunction(new system_collections_arraylist_static_createinstance_());
     bin.regNativeFunction(new system_collections_arraylist_capcaity());
     bin.regNativeFunction(new system_collections_arraylist_addrange());
     bin.regNativeFunction(new system_collections_arraylist_copyto());
     bin.regNativeFunction(new system_collections_arraylist_copyto_());
     bin.regNativeFunction(new system_collections_arraylist_reverse());
     bin.regNativeFunction(new system_collections_arraylist_sort());
 }
예제 #4
0
 public static void regNativeFunctions(CSWC bin)
 {
     bin.regNativeFunction(
         LinkSystem_Buildin.getCreator("_system_collections_stack_creator_", default(Stack)));// new system_int64_creator());
     bin.regNativeFunction(new system_collections_stack_ctor());
     bin.regNativeFunction(new system_collections_stack_static_createinstance());
     bin.regNativeFunction(new system_collections_stack_static_createinstance_());
     bin.regNativeFunction(new system_collections_stack_clear());
     bin.regNativeFunction(new system_collections_stack_contains());
     bin.regNativeFunction(new system_collections_stack_peek());
     bin.regNativeFunction(new system_collections_stack_pop());
     bin.regNativeFunction(new system_collections_stack_push());
     bin.regNativeFunction(new system_collections_stack_toarray());
 }
        public static void regNativeFunctions(CSWC bin)
        {
            bin.regNativeFunction(
                LinkSystem_Buildin.getCreator("_system_Hashtable_creator_", default(Hashtable)));// new system_int64_creator());
            bin.regNativeFunction(new system_collections_hashtable_ctor());

            bin.regNativeFunction(
                LinkSystem_Buildin.getCreator(
                    "_system_DictionaryEntry_creator__",
                    default(DictionaryEntry)));// new system_int64_creator());
            bin.regNativeFunction(new system_collections_dictionaryentry_ctor());
            bin.regNativeFunction(new system_collections_dictionaryentry_getkey());
            bin.regNativeFunction(new system_collections_dictionaryentry_setkey());
            bin.regNativeFunction(new system_collections_dictionaryentry_getvalue());
            bin.regNativeFunction(new system_collections_dictionaryentry_setvalue());
        }
예제 #6
0
 public static void regNativeFunctions(CSWC bin)
 {
     bin.regNativeFunction(
         LinkSystem_Buildin.getCreator("_system_collections_queue_creator_",
                                       default(Queue)));// new system_int64_creator());
     bin.regNativeFunction(new system_collections_queue_ctor());
     bin.regNativeFunction(new system_collections_queue_static_createinstance());
     bin.regNativeFunction(new system_collections_queue_static_createinstance_());
     bin.regNativeFunction(new system_collections_queue_clear());
     bin.regNativeFunction(new system_collections_queue_contains());
     bin.regNativeFunction(new system_collections_queue_dequeue());
     bin.regNativeFunction(new system_collections_queue_enqueue());
     bin.regNativeFunction(new system_collections_queue_peek());
     bin.regNativeFunction(new system_collections_queue_toarray());
     bin.regNativeFunction(new system_collections_queue_trimtosize());
 }
        public static void regNativeFunctions(CSWC bin)
        {
            bin.regNativeFunction(LinkSystem_Buildin.getCreator(
                                      "_system_Array_creator_", default(Array)));

            bin.regNativeFunction(new system_array_rank());
            bin.regNativeFunction(new system_array_getlength());
            bin.regNativeFunction(new system_array_getlowerbound());
            bin.regNativeFunction(new system_array_getupperbound());
            bin.regNativeFunction(new system_array_ctor <object>("_system_Array_ctor_"));
            bin.regNativeFunction(new system_array_static_createinstance());
            bin.regNativeFunction(new system_array_static_createinstance_());
            bin.regNativeFunction(new system_array_static_createinstance__());
            //bin.regNativeFunction(new system_array_getValue());
            //bin.regNativeFunction(new system_array_setValue());
            bin.regNativeFunction(new system_array_getValue_());
            bin.regNativeFunction(new system_array_setValue_());
            bin.regNativeFunction(new system_array_getValue__());
            bin.regNativeFunction(new system_array_setValue__());
        }
 public static void regNativeFunctions(CSWC bin)
 {
     bin.regNativeFunction(LinkSystem_Buildin.getCreator("asruntime_nativefuncs_linksystem_Iterator_creator", default(ASRuntime.nativefuncs.linksystem.Iterator)));
     bin.regNativeFunction(new asruntime_nativefuncs_linksystem_Iterator_ctor());
     bin.regNativeFunction(new static_asruntime_nativefuncs_linksystem_Iterator_op_Explicit());
 }
예제 #9
0
 public static void regNativeFunctions(CSWC bin)
 {
     bin.regNativeFunction(LinkSystem_Buildin.getCreator("system_ICloneable_creator", default(System.ICloneable)));
     bin.regNativeFunction(new system_ICloneable_clone());
 }