static StackObject *AssignFromStack_reqLogin_0(ref object o, ILIntepreter __intp, StackObject *ptr_of_this_method, IList <object> __mStack)
 {
     ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
     IYProtocal.ReqLogin @reqLogin = (IYProtocal.ReqLogin) typeof(IYProtocal.ReqLogin).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
     ((IYProtocal.NetMsg)o).reqLogin = @reqLogin;
     return(ptr_of_this_method);
 }
        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 IYProtocal.ReqLogin();

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }