ResXResourceReader Constructor (String^, ITypeResolutionService^)

 

Initializes a new instance of the ResXResourceReader class using a file name and a type resolution service.

Namespace:   System.Resources
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ResXResourceReader(
	String^ fileName,
	ITypeResolutionService^ typeResolver
)

Parameters

fileName
Type: System::String^

The name of an XML resource file that contains resources.

typeResolver
Type: System.ComponentModel.Design::ITypeResolutionService^

An object that resolves type names specified in a resource.

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: