Esempio n. 1
0
 public bool Speak(string text)
 {
     return((int)SpeechChannel.SpeakText(this._id, text, (long)text.Length) == 0);
 }
Esempio n. 2
0
 public unsafe SpeechChannel()
 {
     int num = (int)SpeechChannel.NewSpeechChannel((IntPtr)((void *)null), ref this._id);
 }