System.Reflection.@__PropertyInfo.GetAccessors5 C# (CSharp) Method

GetAccessors5() private static method

private static GetAccessors5 ( global @__envp, global @__obj, bool nonPublic ) : global::net.sf.jni4net.utils.JniHandle
@__envp global
@__obj global
nonPublic bool
return global::net.sf.jni4net.utils.JniHandle
        private static global::net.sf.jni4net.utils.JniHandle GetAccessors5(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, bool nonPublic)
        {
            // (Z)[Lsystem/reflection/MethodInfo;
            // (Z)[LSystem/Reflection/MethodInfo;
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            global::net.sf.jni4net.utils.JniHandle @__return = default(global::net.sf.jni4net.utils.JniHandle);
            try {
            global::System.Reflection.PropertyInfo @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Reflection.PropertyInfo>(@__env, @__obj);
            @__return = global::net.sf.jni4net.utils.Convertor.ArrayStrongC2Jp<System.Reflection.MethodInfo[], global::System.Reflection.MethodInfo>(@__env, ((global::System.Runtime.InteropServices._PropertyInfo)(@__real)).GetAccessors(nonPublic));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }