Tao.Platform.Windows SDK Documentation

Kernel.Beep Method 

[Visual Basic]
Public Shared Function Beep( _
   ByVal frequency As Integer, _
   ByVal duration As Integer _
) As Boolean
[C#]
public static bool Beep(
   int frequency,
   int duration
);

See Also

Kernel Class | Tao.Platform.Windows Namespace