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

Beep8() private static méthode

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