Exemple #1
0
 public static unsafe void Build(global::CH.Qos.Logback.Classic.Spi.ThrowableProxy p0, global::Java.Lang.Throwable p1, global::CH.Qos.Logback.Classic.Spi.ThrowableProxy p2)
 {
     if (id_build_Lch_qos_logback_classic_spi_ThrowableProxy_Ljava_lang_Throwable_Lch_qos_logback_classic_spi_ThrowableProxy_ == IntPtr.Zero)
     {
         id_build_Lch_qos_logback_classic_spi_ThrowableProxy_Ljava_lang_Throwable_Lch_qos_logback_classic_spi_ThrowableProxy_ = JNIEnv.GetStaticMethodID(class_ref, "build", "(Lch/qos/logback/classic/spi/ThrowableProxy;Ljava/lang/Throwable;Lch/qos/logback/classic/spi/ThrowableProxy;)V");
     }
     try {
         JValue *__args = stackalloc JValue [3];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         __args [2] = new JValue(p2);
         JNIEnv.CallStaticVoidMethod(class_ref, id_build_Lch_qos_logback_classic_spi_ThrowableProxy_Ljava_lang_Throwable_Lch_qos_logback_classic_spi_ThrowableProxy_, __args);
     } finally {
     }
 }
Exemple #2
0
 static IntPtr n_GetCause(IntPtr jnienv, IntPtr native__this)
 {
     global::CH.Qos.Logback.Classic.Spi.ThrowableProxy __this = global::Java.Lang.Object.GetObject <global::CH.Qos.Logback.Classic.Spi.ThrowableProxy> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Cause));
 }
Exemple #3
0
 static void n_FullDump(IntPtr jnienv, IntPtr native__this)
 {
     global::CH.Qos.Logback.Classic.Spi.ThrowableProxy __this = global::Java.Lang.Object.GetObject <global::CH.Qos.Logback.Classic.Spi.ThrowableProxy> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.FullDump();
 }
Exemple #4
0
 static IntPtr n_GetSuppressed(IntPtr jnienv, IntPtr native__this)
 {
     global::CH.Qos.Logback.Classic.Spi.ThrowableProxy __this = global::Java.Lang.Object.GetObject <global::CH.Qos.Logback.Classic.Spi.ThrowableProxy> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewArray(__this.GetSuppressed()));
 }
Exemple #5
0
 static int n_GetCommonFrames(IntPtr jnienv, IntPtr native__this)
 {
     global::CH.Qos.Logback.Classic.Spi.ThrowableProxy __this = global::Java.Lang.Object.GetObject <global::CH.Qos.Logback.Classic.Spi.ThrowableProxy> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.CommonFrames);
 }