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

SetType4() private static method

private static SetType4 ( global @__envp, global @__obj, global type ) : void
@__envp global
@__obj global
type global
return void
        private static void SetType4(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle type)
        {
            // (Lsystem/Type;)V
            // (LSystem/Type;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Runtime.Serialization.SerializationInfo @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Runtime.Serialization.SerializationInfo>(@__env, @__obj);
            @__real.SetType(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Type>(@__env, type));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }