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

SetWindowSize26() private static méthode

private static SetWindowSize26 ( global @__envp, global @__class, int width, int height ) : void
@__envp global
@__class global
width int
height int
Résultat void
        private static void SetWindowSize26(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.SetWindowSize(width, height);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }