System.Reflection.@__ICustomAttributeProvider.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::System.Reflection.@__ICustomAttributeProvider.staticClass = @__class;
            global::System.Reflection.@__ICustomAttributeProvider.j4n_GetCustomAttributes0 = @__env.GetMethodID(global::System.Reflection.@__ICustomAttributeProvider.staticClass, "GetCustomAttributes", "(Z)[Lsystem/Object;");
            global::System.Reflection.@__ICustomAttributeProvider.j4n_GetCustomAttributes1 = @__env.GetMethodID(global::System.Reflection.@__ICustomAttributeProvider.staticClass, "GetCustomAttributes", "(Lsystem/Type;Z)[Lsystem/Object;");
            global::System.Reflection.@__ICustomAttributeProvider.j4n_IsDefined2 = @__env.GetMethodID(global::System.Reflection.@__ICustomAttributeProvider.staticClass, "IsDefined", "(Lsystem/Type;Z)Z");
        }