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

IsMarshalByRef94() private static method

private static IsMarshalByRef94 ( global @__envp, global @__obj ) : bool
@__envp global
@__obj global
return bool
        private static bool IsMarshalByRef94(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj)
        {
            // ()Z
            // ()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)).IsMarshalByRef));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }
@__Type