Exemple #1
0
        static StackObject *Ctor_0(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *__ret = ILIntepreter.Minus(__esp, 0);

            var result_of_this_method = new Code.BDFramework.UnitTest.Test.APITestHero();

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }
Exemple #2
0
        static StackObject *get_Id_1(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *ptr_of_this_method;
            StackObject *__ret = ILIntepreter.Minus(__esp, 1);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
            Code.BDFramework.UnitTest.Test.APITestHero instance_of_this_method = (Code.BDFramework.UnitTest.Test.APITestHero) typeof(Code.BDFramework.UnitTest.Test.APITestHero).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);

            var result_of_this_method = instance_of_this_method.Id;

            __ret->ObjectType        = ObjectTypes.Double;
            *(double *)&__ret->Value = result_of_this_method;
            return(__ret + 1);
        }
Exemple #3
0
        static StackObject *set_Id_0(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *ptr_of_this_method;
            StackObject *__ret = ILIntepreter.Minus(__esp, 2);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
            System.Double @value = *(double *)&ptr_of_this_method->Value;

            ptr_of_this_method = ILIntepreter.Minus(__esp, 2);
            Code.BDFramework.UnitTest.Test.APITestHero instance_of_this_method = (Code.BDFramework.UnitTest.Test.APITestHero) typeof(Code.BDFramework.UnitTest.Test.APITestHero).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);

            instance_of_this_method.Id = value;

            return(__ret);
        }
Exemple #4
0
        static StackObject *Add_0(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *ptr_of_this_method;
            StackObject *__ret = ILIntepreter.Minus(__esp, 2);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
            Code.BDFramework.UnitTest.Test.APITestHero @item = (Code.BDFramework.UnitTest.Test.APITestHero) typeof(Code.BDFramework.UnitTest.Test.APITestHero).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 2);
            System.Collections.Generic.List <Code.BDFramework.UnitTest.Test.APITestHero> instance_of_this_method = (System.Collections.Generic.List <Code.BDFramework.UnitTest.Test.APITestHero>) typeof(System.Collections.Generic.List <Code.BDFramework.UnitTest.Test.APITestHero>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);

            instance_of_this_method.Add(@item);

            return(__ret);
        }