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

SetIn60() private static méthode

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