static StackObject *Emit_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);
            ILRuntimeTest.TestFramework.TestCLRBinding @obj = (ILRuntimeTest.TestFramework.TestCLRBinding) typeof(ILRuntimeTest.TestFramework.TestCLRBinding).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack), (CLR.Utils.Extensions.TypeFlags) 0);
            __intp.Free(ptr_of_this_method);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 2);
            ILRuntimeTest.TestFramework.TestCLRBinding instance_of_this_method = (ILRuntimeTest.TestFramework.TestCLRBinding) typeof(ILRuntimeTest.TestFramework.TestCLRBinding).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack), (CLR.Utils.Extensions.TypeFlags) 0);
            __intp.Free(ptr_of_this_method);

            instance_of_this_method.Emit <ILRuntimeTest.TestFramework.TestCLRBinding>(@obj);

            return(__ret);
        }
Ejemplo n.º 2
0
 public static void CLRBindingTest05()
 {
     ILRuntimeTest.TestFramework.TestCLRBinding binding = new ILRuntimeTest.TestFramework.TestCLRBinding();
     binding.Emit(binding);
 }