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

SetBufferSize21() private static méthode

private static SetBufferSize21 ( global @__envp, global @__class, int width, int height ) : void
@__envp global
@__class global
width int
height int
Résultat void
        private static void SetBufferSize21(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, int width, int height)
        {
            // (II)V
            // (II)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Console.SetBufferSize(width, height);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }