System.@__Console.SetOut61 C# (CSharp) Méthode

SetOut61() private static méthode

private static SetOut61 ( global @__envp, global @__class, global newOut ) : void
@__envp global
@__class global
newOut global
Résultat void
        private static void SetOut61(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle newOut)
        {
            // (Lsystem/io/TextWriter;)V
            // (LSystem/IO/TextWriter;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Console.SetOut(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.IO.TextWriter>(@__env, newOut));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }