static void n_鷭_ILjava_lang_String_(IntPtr jnienv, IntPtr native__this, int p0, IntPtr native_p1)
        {
            global::Com.Qcl.VH.Content.I鷭 __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Content.I鷭> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p1 = JNIEnv.GetString(native_p1, JniHandleOwnership.DoNotTransfer);

            __this.鷭(p0, p1);
        }
        static bool n_QueueMessage_Lcom_qcl_vh_a_c_CON_Lcom_qcl_vh_content_鷭_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
        {
            global::Com.Qcl.VH.Service.NetworkService __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Service.NetworkService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Qcl.VH.A.C.CON    p0 = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.A.C.CON> (native_p0, JniHandleOwnership.DoNotTransfer);
            global::Com.Qcl.VH.Content.I鷭 p1 = (global::Com.Qcl.VH.Content.I鷭)global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Content.I鷭> (native_p1, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.QueueMessage(p0, p1);

            return(__ret);
        }
        public virtual unsafe bool QueueMessage(global::Com.Qcl.VH.A.C.CON p0, global::Com.Qcl.VH.Content.I鷭 p1)
        {
            if (id_queueMessage_Lcom_qcl_vh_a_c_CON_Lcom_qcl_vh_content_鷭_ == IntPtr.Zero)
            {
                id_queueMessage_Lcom_qcl_vh_a_c_CON_Lcom_qcl_vh_content_鷭_ = JNIEnv.GetMethodID(class_ref, "queueMessage", "(Lcom/qcl/vh/a/c/CON;Lcom/qcl/vh/content/鷭;)Z");
            }
            try {
                JValue *__args = stackalloc JValue [2];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);

                bool __ret;
                if (GetType() == ThresholdType)
                {
                    __ret = JNIEnv.CallBooleanMethod(Handle, id_queueMessage_Lcom_qcl_vh_a_c_CON_Lcom_qcl_vh_content_鷭_, __args);
                }
                else
                {
                    __ret = JNIEnv.CallNonvirtualBooleanMethod(Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "queueMessage", "(Lcom/qcl/vh/a/c/CON;Lcom/qcl/vh/content/鷭;)Z"), __args);
                }
                return(__ret);
            } finally {
            }
        }
 static void n_鷭(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Qcl.VH.Content.I鷭 __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Content.I鷭> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.鷭();
 }