示例#1
0
        static IntPtr n_GetAppListCmd_Lcom_alipay_tscenter_biz_rpc_vkeydfp_request_AppListCmdRequest_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Alipay.Tscenter.Biz.Rpc.Vkeydfp.IAppListCmdService        __this = global::Java.Lang.Object.GetObject <global::Com.Alipay.Tscenter.Biz.Rpc.Vkeydfp.IAppListCmdService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Alipay.Tscenter.Biz.Rpc.Vkeydfp.Request.AppListCmdRequest p0     = global::Java.Lang.Object.GetObject <global::Com.Alipay.Tscenter.Biz.Rpc.Vkeydfp.Request.AppListCmdRequest> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.GetAppListCmd(p0));

            return(__ret);
        }
示例#2
0
        public unsafe global::Com.Alipay.Tscenter.Biz.Rpc.Vkeydfp.Result.AppListCmdResult GetAppListCmd(global::Com.Alipay.Tscenter.Biz.Rpc.Vkeydfp.Request.AppListCmdRequest p0)
        {
            if (id_getAppListCmd_Lcom_alipay_tscenter_biz_rpc_vkeydfp_request_AppListCmdRequest_ == IntPtr.Zero)
            {
                id_getAppListCmd_Lcom_alipay_tscenter_biz_rpc_vkeydfp_request_AppListCmdRequest_ = JNIEnv.GetMethodID(class_ref, "getAppListCmd", "(Lcom/alipay/tscenter/biz/rpc/vkeydfp/request/AppListCmdRequest;)Lcom/alipay/tscenter/biz/rpc/vkeydfp/result/AppListCmdResult;");
            }
            JValue *__args = stackalloc JValue [1];

            __args [0] = new JValue(p0);
            global::Com.Alipay.Tscenter.Biz.Rpc.Vkeydfp.Result.AppListCmdResult __ret = global::Java.Lang.Object.GetObject <global::Com.Alipay.Tscenter.Biz.Rpc.Vkeydfp.Result.AppListCmdResult> (JNIEnv.CallObjectMethod(((global::Java.Lang.Object) this).Handle, id_getAppListCmd_Lcom_alipay_tscenter_biz_rpc_vkeydfp_request_AppListCmdRequest_, __args), JniHandleOwnership.TransferLocalRef);
            return(__ret);
        }