예제 #1
0
        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 UnityEngine.Profiling.Memory.Experimental.MetaData();

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }
예제 #2
0
 static void set_platform_1(ref object o, object v)
 {
     UnityEngine.Profiling.Memory.Experimental.MetaData _o = (UnityEngine.Profiling.Memory.Experimental.MetaData)o;
     _o.platform = (System.String)v;
 }
예제 #3
0
 static void set_screenshot_2(ref object o, object v)
 {
     UnityEngine.Profiling.Memory.Experimental.MetaData _o = (UnityEngine.Profiling.Memory.Experimental.MetaData)o;
     _o.screenshot = (UnityEngine.Texture2D)v;
 }
예제 #4
0
 static void set_content_0(ref object o, object v)
 {
     UnityEngine.Profiling.Memory.Experimental.MetaData _o = (UnityEngine.Profiling.Memory.Experimental.MetaData)o;
     _o.content = (System.String)v;
 }