2 implementations of LoadResource
System.Speech (2)
Recognition\RecognizerBase.cs (2)
1482
int ISpGrammarResourceLoader.
LoadResource
(string bstrResourceUri, bool fAlwaysReload, out IStream? pStream, ref string pbstrMIMEType, ref short pfModified, ref string pbstrRedirectUrl)
3071
int ISpGrammarResourceLoader.
LoadResource
(string bstrResourceUri, bool fAlwaysReload, out IStream? pStream, ref string pbstrMIMEType, ref short pfModified, ref string pbstrRedirectUrl)
1 reference to LoadResource
System.Speech (1)
Recognition\RecognizerBase.cs (1)
3073
return ((ISpGrammarResourceLoader)Recognizer).
LoadResource
(bstrResourceUri, fAlwaysReload, out pStream, ref pbstrMIMEType, ref pfModified, ref pbstrRedirectUrl);