public unsafe void 鷭(global::Com.Qcl.VH.A.D.Aux p0) { if (id_鷭_Lcom_qcl_vh_a_d_aux_ == IntPtr.Zero) { id_鷭_Lcom_qcl_vh_a_d_aux_ = JNIEnv.GetMethodID(class_ref, "鷭", "(Lcom/qcl/vh/a/d/aux;)V"); } JValue *__args = stackalloc JValue [1]; __args [0] = new JValue(p0); JNIEnv.CallVoidMethod(Handle, id_鷭_Lcom_qcl_vh_a_d_aux_, __args); }
static void n_鷭_Lcom_qcl_vh_a_d_aux_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { global::Com.Qcl.VH.A.D.IIF __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.A.D.IIF> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); global::Com.Qcl.VH.A.D.Aux p0 = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.A.D.Aux> (native_p0, JniHandleOwnership.DoNotTransfer); __this.鷭(p0); }