باید از قطعه کد زیر در کلاس Console استفاده کرد:

public static void Beep ( int frequency, int duration)


Console.Beep(1000, 5000);