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 BDFramework.UnitTest.Test.APITestHero(); return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method)); }
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); BDFramework.UnitTest.Test.APITestHero instance_of_this_method = (BDFramework.UnitTest.Test.APITestHero) typeof(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); }
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); BDFramework.UnitTest.Test.APITestHero instance_of_this_method = (BDFramework.UnitTest.Test.APITestHero) typeof(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); }
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); BDFramework.UnitTest.Test.APITestHero @item = (BDFramework.UnitTest.Test.APITestHero) typeof(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 <BDFramework.UnitTest.Test.APITestHero> instance_of_this_method = (System.Collections.Generic.List <BDFramework.UnitTest.Test.APITestHero>) typeof(System.Collections.Generic.List <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); }