コード例 #1
0
 public unsafe void 鷭(global::Com.Qcl.VH.A.C.COn p0)
 {
     if (id_鷭_Lcom_qcl_vh_a_c_cOn_ == IntPtr.Zero)
     {
         id_鷭_Lcom_qcl_vh_a_c_cOn_ = JNIEnv.GetMethodID(class_ref, "鷭", "(Lcom/qcl/vh/a/c/cOn;)V");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         JNIEnv.CallVoidMethod(Handle, id_鷭_Lcom_qcl_vh_a_c_cOn_, __args);
     } finally {
     }
 }
コード例 #2
0
        public unsafe Ą(global::Com.Qcl.VH.C.A.Aux p0, global::Android.Content.Context p1, global::Com.Qcl.VH.Service.NetworkService p2, global::Com.Qcl.VH.A.C.COn 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(), "(Lcom/qcl/vh/c/a/Aux;Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;Lcom/qcl/vh/a/c/COn;)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(Lcom/qcl/vh/c/a/Aux;Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;Lcom/qcl/vh/a/c/COn;)V", __args);
                    return;
                }

                if (id_ctor_Lcom_qcl_vh_c_a_Aux_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_Lcom_qcl_vh_a_c_COn_ == IntPtr.Zero)
                {
                    id_ctor_Lcom_qcl_vh_c_a_Aux_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_Lcom_qcl_vh_a_c_COn_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Lcom/qcl/vh/c/a/Aux;Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;Lcom/qcl/vh/a/c/COn;)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Lcom_qcl_vh_c_a_Aux_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_Lcom_qcl_vh_a_c_COn_, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Lcom_qcl_vh_c_a_Aux_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_Lcom_qcl_vh_a_c_COn_, __args);
            } finally {
            }
        }