Ejemplo n.º 1
0
        public unsafe 鷭(int p0, global::Com.Qcl.VH.Content.A.櫯 p1, int p2, long p3)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JValue *__args = stackalloc JValue [4];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);
                __args [2] = new JValue(p2);
                __args [3] = new JValue(p3);
                if (GetType() != typeof(鷭))
                {
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(ILcom/qcl/vh/content/a/櫯;IJ)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(ILcom/qcl/vh/content/a/櫯;IJ)V", __args);
                    return;
                }

                if (id_ctor_ILcom_qcl_vh_content_a_櫯_IJ == IntPtr.Zero)
                {
                    id_ctor_ILcom_qcl_vh_content_a_櫯_IJ = JNIEnv.GetMethodID(class_ref, "<init>", "(ILcom/qcl/vh/content/a/櫯;IJ)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_ILcom_qcl_vh_content_a_櫯_IJ, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_ILcom_qcl_vh_content_a_櫯_IJ, __args);
            } finally {
            }
        }
Ejemplo n.º 2
0
 public unsafe void Invoke鷭(global::Com.Qcl.VH.Content.A.櫯 p0)
 {
     if (id_鷭_Lcom_qcl_vh_content_a_櫯_ == IntPtr.Zero)
     {
         id_鷭_Lcom_qcl_vh_content_a_櫯_ = JNIEnv.GetMethodID(class_ref, "鷭", "(Lcom/qcl/vh/content/a/櫯;)V");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         JNIEnv.CallVoidMethod(Handle, id_鷭_Lcom_qcl_vh_content_a_櫯_, __args);
     } finally {
     }
 }