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

Write90() private static méthode

private static Write90 ( global @__envp, global @__class, global buffer, int index, int count ) : void
@__envp global
@__class global
buffer global
index int
count int
Résultat void
        private static void Write90(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle buffer, int index, int count)
        {
            // ([CII)V
            // ([CII)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Console.Write(global::net.sf.jni4net.utils.Convertor.ArrayPrimJ2Cchar(@__env, buffer), index, count);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }