When using the ResXResourceReader how can tell if the resource is an embedded file or if it is an embedded string
问题 I have a separate application (that is for the purpose of spell checking my .resx files) that runs as a pre-build event. However, if the .resx file contains a text file (xml for example) my application will load the file and attempt to spell check it. This is not really what I want it to do. Is there a way to tell from the ResXResourceReader if the resource loaded is actually a file? Code sample looks like this: ResXResourceReader reader = new ResXResourceReader(filename); ResourceSet