ResXResourceReader::FromFileContents Method (String^, ITypeResolutionService^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a new ResXResourceReader object and initializes it to read a string whose contents are in the form of an XML resource file, and to use an ITypeResolutionService object to resolve type names specified in a resource.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static ResXResourceReader^ FromFileContents( String^ fileContents, ITypeResolutionService^ typeResolver )
Parameters
- fileContents
-
Type:
System::String^
A string containing XML resource-formatted information.
- typeResolver
-
Type:
System.ComponentModel.Design::ITypeResolutionService^
An object that resolves type names specified in a resource.
Return Value
Type: System.Resources::ResXResourceReader^An object that reads resources from the fileContents string.
SecurityAction::LinkDemandSecurityAction::InheritanceDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
for full trust for inheritors. This member cannot be inherited by partially trusted code.
.NET Framework
Available since 1.1
Available since 1.1
Show: