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

MoveBufferArea16() private static méthode

private static MoveBufferArea16 ( global @__envp, global @__class, int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, global sourceForeColor, global sourceBackColor ) : void
@__envp global
@__class global
sourceLeft int
sourceTop int
sourceWidth int
sourceHeight int
targetLeft int
targetTop int
sourceChar char
sourceForeColor global
sourceBackColor global
Résultat void
        private static void MoveBufferArea16(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, global::net.sf.jni4net.utils.JniLocalHandle sourceForeColor, global::net.sf.jni4net.utils.JniLocalHandle sourceBackColor)
        {
            // (IIIIIICLsystem/Enum;Lsystem/Enum;)V
            // (IIIIIICLSystem/ConsoleColor;LSystem/ConsoleColor;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Console.MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop, sourceChar, global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.ConsoleColor>(@__env, sourceForeColor), global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.ConsoleColor>(@__env, sourceBackColor));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }