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