ResXResourceReader::FromFileContents Method (String^, ITypeResolutionService^)

 

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.

Namespace:   System.Resources
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::LinkDemand

for full trust for the immediate caller. This member cannot be used by partially trusted code.

SecurityAction::InheritanceDemand

for full trust for inheritors. This member cannot be inherited by partially trusted code.

.NET Framework
Available since 1.1
Return to top
Show: