System.Runtime.Serialization.@__SerializationInfo.GetByte23 C# (CSharp) Method

GetByte23() private static method

private static GetByte23 ( global @__envp, global @__obj, global name ) : byte
@__envp global
@__obj global
name global
return byte
        private static byte GetByte23(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle name)
        {
            // (Ljava/lang/String;)B
            // (LSystem/String;)B
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            byte @__return = default(byte);
            try {
            global::System.Runtime.Serialization.SerializationInfo @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Runtime.Serialization.SerializationInfo>(@__env, @__obj);
            @__return = ((byte)(@__real.GetByte(global::net.sf.jni4net.utils.Convertor.StrongJ2CString(@__env, name))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }