ResXResourceReader::FromFileContents Method (String^, array<AssemblyName^>^)

 

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 array of AssemblyName objects 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,
	array<AssemblyName^>^ assemblyNames
)

Parameters

fileContents
Type: System::String^

A string whose contents are in the form of an XML resource file.

assemblyNames
Type: array<System.Reflection::AssemblyName^>^

An array of AssemblyName objects that specifies one or more assemblies. The assemblies are used to resolve a type name in the resource to an actual type.

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 2.0
Return to top
Show: