static IntPtr n_GetCL(IntPtr jnienv, IntPtr native__this) { global::Org.Encog.Engine.EncogEngine __this = global::Java.Lang.Object.GetObject <global::Org.Encog.Engine.EncogEngine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); return(JNIEnv.ToLocalJniHandle(__this.CL)); }
static void n_Shutdown(IntPtr jnienv, IntPtr native__this) { global::Org.Encog.Engine.EncogEngine __this = global::Java.Lang.Object.GetObject <global::Org.Encog.Engine.EncogEngine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); __this.Shutdown(); }