System.Reflection.@__FieldInfo.IsSpecialName16 C# (CSharp) Method

IsSpecialName16() private static method

private static IsSpecialName16 ( global @__envp, global @__obj ) : bool
@__envp global
@__obj global
return bool
        private static bool IsSpecialName16(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.Reflection.FieldInfo @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Reflection.FieldInfo>(@__env, @__obj);
            @__return = ((bool)(((global::System.Runtime.InteropServices._FieldInfo)(@__real)).IsSpecialName));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }