System.@__Type.FindInterfaces11 C# (CSharp) Method

FindInterfaces11() private static method

private static FindInterfaces11 ( global @__envp, global @__obj, global filter, global filterCriteria ) : global::net.sf.jni4net.utils.JniHandle
@__envp global
@__obj global
filter global
filterCriteria global
return global::net.sf.jni4net.utils.JniHandle
        private static global::net.sf.jni4net.utils.JniHandle FindInterfaces11(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle filter, global::net.sf.jni4net.utils.JniLocalHandle filterCriteria)
        {
            // (Lsystem/MulticastDelegate;Lsystem/Object;)[Lsystem/Type;
            // (LSystem/Reflection/TypeFilter;LSystem/Object;)[LSystem/Type;
            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.Type @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Type>(@__env, @__obj);
            @__return = global::net.sf.jni4net.utils.Convertor.ArrayStrongC2Jp<System.Type[], global::System.Type>(@__env, ((global::System.Runtime.InteropServices._Type)(@__real)).FindInterfaces(global::net.sf.jni4net.utils.Convertor.StrongJ2CpDelegate<global::System.Reflection.TypeFilter>(@__env, filter), global::net.sf.jni4net.utils.Convertor.FullJ2C<object>(@__env, filterCriteria)));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }
@__Type