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

IsSubclassOf21() private static method

private static IsSubclassOf21 ( global @__envp, global @__obj, global c ) : bool
@__envp global
@__obj global
c global
return bool
        private static bool IsSubclassOf21(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle c)
        {
            // (Lsystem/Type;)Z
            // (LSystem/Type;)Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            global::System.Type @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Type>(@__env, @__obj);
            @__return = ((bool)(((global::System.Runtime.InteropServices._Type)(@__real)).IsSubclassOf(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Type>(@__env, c))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }
@__Type