Example #1
0
 static StackObject *AssignFromStack_OnChangeWithOldVal_0(ref object o, ILIntepreter __intp, StackObject *ptr_of_this_method, IList <object> __mStack)
 {
     ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
     JEngine.Core.BindableProperty <System.Int64> .onChangeWithOldVal @OnChangeWithOldVal = (JEngine.Core.BindableProperty <System.Int64> .onChangeWithOldVal) typeof(JEngine.Core.BindableProperty <System.Int64> .onChangeWithOldVal).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack), (CLR.Utils.Extensions.TypeFlags) 8);
     ((JEngine.Core.BindableProperty <System.Int64>)o).OnChangeWithOldVal = @OnChangeWithOldVal;
     return(ptr_of_this_method);
 }
Example #2
0
 static StackObject *AssignFromStack_OnChange_0(ref object o, ILIntepreter __intp, StackObject *ptr_of_this_method, IList <object> __mStack)
 {
     ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
     JEngine.Core.BindableProperty <System.Int64> .onChange @OnChange = (JEngine.Core.BindableProperty <System.Int64> .onChange) typeof(JEngine.Core.BindableProperty <System.Int64> .onChange).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
     ((JEngine.Core.BindableProperty <System.Int64>)o).OnChange = @OnChange;
     return(ptr_of_this_method);
 }
Example #3
0
        static StackObject *Ctor_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, 1);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
            System.Int64 @val = *(long *)&ptr_of_this_method->Value;


            var result_of_this_method = new JEngine.Core.BindableProperty <System.Int64>(@val);

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }
Example #4
0
        static StackObject *get_Value_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, 1);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
            JEngine.Core.BindableProperty <System.Int64> instance_of_this_method = (JEngine.Core.BindableProperty <System.Int64>) typeof(JEngine.Core.BindableProperty <System.Int64>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack), (CLR.Utils.Extensions.TypeFlags) 0);
            __intp.Free(ptr_of_this_method);

            var result_of_this_method = instance_of_this_method.Value;

            __ret->ObjectType      = ObjectTypes.Long;
            *(long *)&__ret->Value = result_of_this_method;
            return(__ret + 1);
        }
Example #5
0
        static StackObject *set_Value_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.Int64 @value = *(long *)&ptr_of_this_method->Value;

            ptr_of_this_method = ILIntepreter.Minus(__esp, 2);
            JEngine.Core.BindableProperty <System.Int64> instance_of_this_method = (JEngine.Core.BindableProperty <System.Int64>) typeof(JEngine.Core.BindableProperty <System.Int64>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);

            instance_of_this_method.Value = value;

            return(__ret);
        }