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

            var result_of_this_method = new LCL.SetImageSpriteParam();

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }
        static StackObject *SetImageSprite_0(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            CSHotFix.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);
            LCL.SetImageSpriteParam @param = (LCL.SetImageSpriteParam) typeof(LCL.SetImageSpriteParam).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);


            var result_of_this_method = LCL.AtlasManager.SetImageSprite(@param);

            __ret->ObjectType      = ObjectTypes.Long;
            *(long *)&__ret->Value = result_of_this_method;
            return(__ret + 1);
        }
 static void set_img_2(ref object o, object v)
 {
     LCL.SetImageSpriteParam _o = (LCL.SetImageSpriteParam)o;
     _o.img = (UnityEngine.UI.Image)v;
 }
 static void set_call_3(ref object o, object v)
 {
     LCL.SetImageSpriteParam _o = (LCL.SetImageSpriteParam)o;
     _o.call = (System.Action <LCL.SetImageSpriteParam, UnityEngine.Sprite>)v;
 }
 static void set_assetName_1(ref object o, object v)
 {
     LCL.SetImageSpriteParam _o = (LCL.SetImageSpriteParam)o;
     _o.assetName = (System.String)v;
 }