Base:
method
Invoke2
System.Speech.Internal.SapiInterop.SapiProxy.Invoke2(System.Speech.Internal.SapiInterop.SapiProxy.VoidDelegate)
3 references to Invoke2
System.Speech (3)
Internal\SapiInterop\SapiProxy.cs (3)
126Invoke2(delegate { _recognizer = (ISpRecognizer)new SpInprocRecognizer(); }); 130Invoke2(delegate { _recognizer = (ISpRecognizer)new SpSharedRecognizer(); }); 199Invoke2(delegate { Marshal.ReleaseComObject(_recognizer); });