net.sf.jni4net.tested.JWithClrInterface.InitJNI C# (CSharp) Method

InitJNI() private static method

private static InitJNI ( global @__env, java @__class ) : void
@__env global
@__class java
return void
        private static void InitJNI(global::net.sf.jni4net.jni.JNIEnv @__env, java.lang.Class @__class)
        {
            global::net.sf.jni4net.tested.JWithClrInterface.staticClass = @__class;
            global::net.sf.jni4net.tested.JWithClrInterface.j4n_run1 = @__env.GetMethodID(global::net.sf.jni4net.tested.JWithClrInterface.staticClass, "run", "()V");
            global::net.sf.jni4net.tested.JWithClrInterface.j4n_getValue2 = @__env.GetMethodID(global::net.sf.jni4net.tested.JWithClrInterface.staticClass, "getValue", "()I");
            global::net.sf.jni4net.tested.JWithClrInterface.j4n_CompareTo3 = @__env.GetMethodID(global::net.sf.jni4net.tested.JWithClrInterface.staticClass, "CompareTo", "(Lsystem/Object;)I");
            global::net.sf.jni4net.tested.JWithClrInterface.j4n__ctorJWithClrInterface4 = @__env.GetMethodID(global::net.sf.jni4net.tested.JWithClrInterface.staticClass, "<init>", "(I)V");
        }