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

Write89() private static méthode

private static Write89 ( global @__envp, global @__class, global buffer ) : void
@__envp global
@__class global
buffer global
Résultat void
        private static void Write89(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle buffer)
        {
            // ([C)V
            // ([C)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));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }