artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (7)
125public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
126public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
127public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
129public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
131public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
493public static void Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
496public static void CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }