Creates a new System.Resources.ResXResourceReader object and initializes it to read a string whose contents are in the form of an XML resource file, and to use an array of System.Reflection.AssemblyName objects to resolve type names specified in a resource.
- fileContents
- A string whose contents are in the form of an XML resource file.
- assemblyNames
- An array of System.Reflection.AssemblyName objects that specifies one or more assemblies. The assemblies are used to resolve a type name in the resource to an actual type.
An object that reads resources from the fileContents string.